#90EDD2

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

Shades of Riptide #90EDD2

Tints of Riptide #90EDD2

Color information

#90EDD2 (or 0x90EDD2) is unknown color: approx Riptide. HEX triplet: 90, ED and D2. RGB value is (144,237,210). Sum of RGB (Red+Green+Blue) = 144+237+210=591 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.37% from 591); Green value is 237 (92.97% from 255 or 40.10% from 591); Blue value is 210 (82.42% from 255 or 35.53% from 591); Max value from RGB is 237 - color contains mainly: green. Hex color #90EDD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EDD2 is #6F122D. Grayscale: #CECECE. Windows color (decimal): -7279150 or 13823376. OLE color: 13823376.

HSL color Cylindrical-coordinate representation of color #90EDD2: hue angle of 162.58º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90EDD2 is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB144237210-
CMYK0.3900.110.07
HSL162.58º72.09%74.71%-
HSV(B)162.58º39.24%92.94%-
XYZ53.4271.1571.89-
YUV206.12130.1983.7-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.37%
GREEN value IS 237 (92.97% from 255) = 40.10%
BLUE value IS 210 (82.42% from 255) = 35.53%
R=24.37%
G=40.10%
B=35.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1442372100.3900.110.07162.5872.0974.71
Hex90EDD2270B7a3484b
Octal220355322470137243110113
Binary100100001110110111010010100111010111111010001110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90EDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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