#90DED5

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

Shades of Riptide #90DED5

Tints of Riptide #90DED5

Color information

#90DED5 (or 0x90DED5) is unknown color: approx Riptide. HEX triplet: 90, DE and D5. RGB value is (144,222,213). Sum of RGB (Red+Green+Blue) = 144+222+213=579 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.87% from 579); Green value is 222 (87.11% from 255 or 38.34% from 579); Blue value is 213 (83.59% from 255 or 36.79% from 579); Max value from RGB is 222 - color contains mainly: green. Hex color #90DED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DED5 is #6F212A. Grayscale: #C5C5C5. Windows color (decimal): -7282987 or 14016144. OLE color: 14016144.

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

Color convert

RGB144222213-
CMYK0.3500.040.13
HSL173.08º54.17%71.76%-
HSV(B)173.08º35.14%87.06%-
XYZ49.6362.9872.49-
YUV197.65136.6689.73-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.87%
GREEN value IS 222 (87.11% from 255) = 38.34%
BLUE value IS 213 (83.59% from 255) = 36.79%
R=24.87%
G=38.34%
B=36.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1442222130.3500.040.13173.0854.1771.76
Hex90DED52304Dad3648
Octal22033632543041525566110
Binary10010000110111101101010110001101001101101011011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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