#90EAD2

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

Shades of Riptide #90EAD2

Tints of Riptide #90EAD2

Color information

#90EAD2 (or 0x90EAD2) is unknown color: approx Riptide. HEX triplet: 90, EA and D2. RGB value is (144,234,210). Sum of RGB (Red+Green+Blue) = 144+234+210=588 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.49% from 588); Green value is 234 (91.80% from 255 or 39.80% from 588); Blue value is 210 (82.42% from 255 or 35.71% from 588); Max value from RGB is 234 - color contains mainly: green. Hex color #90EAD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EAD2 is #6F152D. Grayscale: #CCCCCC. Windows color (decimal): -7279918 or 13822608. OLE color: 13822608.

HSL color Cylindrical-coordinate representation of color #90EAD2: hue angle of 164º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90EAD2 is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB144234210-
CMYK0.3800.100.08
HSL164º68.18%74.12%-
HSV(B)164º38.46%91.76%-
XYZ52.5669.4371.6-
YUV204.35131.1884.95-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.49%
GREEN value IS 234 (91.80% from 255) = 39.80%
BLUE value IS 210 (82.42% from 255) = 35.71%
R=24.49%
G=39.80%
B=35.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1442342100.3800.100.0816468.1874.12
Hex90EAD2260A8a4444a
Octal2203523224601210244104112
Binary1001000011101010110100101001100101010001010010010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90EAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,234,210); }

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

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

 a { background-color: rgb(144,234,210); }

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

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

 span { border-color: rgb(144,234,210); }

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