#90DED4

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

Shades of Riptide #90DED4

Tints of Riptide #90DED4

Color information

#90DED4 (or 0x90DED4) is unknown color: approx Riptide. HEX triplet: 90, DE and D4. RGB value is (144,222,212). Sum of RGB (Red+Green+Blue) = 144+222+212=578 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.91% from 578); Green value is 222 (87.11% from 255 or 38.41% from 578); Blue value is 212 (83.20% from 255 or 36.68% from 578); Max value from RGB is 222 - color contains mainly: green. Hex color #90DED4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DED4 is #6F212B. Grayscale: #C5C5C5. Windows color (decimal): -7282988 or 13950608. OLE color: 13950608.

HSL color Cylindrical-coordinate representation of color #90DED4: hue angle of 172.31º 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 #90DED4 is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB144222212-
CMYK0.3500.050.13
HSL172.31º54.17%71.76%-
HSV(B)172.31º35.14%87.06%-
XYZ49.5162.9371.82-
YUV197.54136.1689.81-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.91%
GREEN value IS 222 (87.11% from 255) = 38.41%
BLUE value IS 212 (83.20% from 255) = 36.68%
R=24.91%
G=38.41%
B=36.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1442222120.3500.050.13172.3154.1771.76
Hex90DED42305Dac3648
Octal22033632443051525466110
Binary10010000110111101101010010001101011101101011001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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