#90DEC6

Color #90DEC6 Riptide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Riptide #90DEC6

Tints of Riptide #90DEC6

Color information

#90DEC6 (or 0x90DEC6) is unknown color: approx Riptide. HEX triplet: 90, DE and C6. RGB value is (144,222,198). Sum of RGB (Red+Green+Blue) = 144+222+198=564 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.53% from 564); Green value is 222 (87.11% from 255 or 39.36% from 564); Blue value is 198 (77.73% from 255 or 35.11% from 564); Max value from RGB is 222 - color contains mainly: green. Hex color #90DEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DEC6 is #6F2139. Grayscale: #C3C3C3. Windows color (decimal): -7283002 or 13033104. OLE color: 13033104.

HSL color Cylindrical-coordinate representation of color #90DEC6: hue angle of 161.54º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90DEC6 is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB144222198-
CMYK0.3500.110.13
HSL161.54º54.17%71.76%-
HSV(B)161.54º35.14%87.06%-
XYZ47.8262.2562.92-
YUV195.94129.1690.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 25.53%
GREEN value IS 222 (87.11% from 255) = 39.36%
BLUE value IS 198 (77.73% from 255) = 35.11%
R=25.53%
G=39.36%
B=35.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1442221980.3500.110.13161.5454.1771.76
Hex90DEC6230BDa23648
Octal220336306430131524266110
Binary100100001101111011000110100011010111101101000101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90DEC6; }

 p { color: rgb(144,222,198); }

 H1.HeaderClassName
 {
   color: #90DEC6;
 }
 .AnyTagClassName
 {
   color: #90DEC6;
 }
</style>
background-color css

<style>
 a { background-color: #90DEC6; }

 a { background-color: rgb(144,222,198); }

 div.DivClassName
 {
   background-color: #90DEC6;
 }
 .BgClassName
 {
   background-color: #90DEC6;
 }
</style>
border-color css

<style>
 span { border-color: #90DEC6; }

 span { border-color: rgb(144,222,198); }

 td.TdClassName
 {
   border-color: #90DEC6;
 }
 .TagClassName
 {
   border-color: #90DEC6;
 }
</style>