#90ECD0

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

Shades of Riptide #90ECD0

Tints of Riptide #90ECD0

Color information

#90ECD0 (or 0x90ECD0) is unknown color: approx Riptide. HEX triplet: 90, EC and D0. RGB value is (144,236,208). Sum of RGB (Red+Green+Blue) = 144+236+208=588 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.49% from 588); Green value is 236 (92.58% from 255 or 40.14% from 588); Blue value is 208 (81.64% from 255 or 35.37% from 588); Max value from RGB is 236 - color contains mainly: green. Hex color #90ECD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90ECD0 is #6F132F. Grayscale: #CDCDCD. Windows color (decimal): -7279408 or 13692048. OLE color: 13692048.

HSL color Cylindrical-coordinate representation of color #90ECD0: hue angle of 161.74º degrees, saturation: 0.71, 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 #90ECD0 is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB144236208-
CMYK0.3900.120.07
HSL161.74º70.77%74.51%-
HSV(B)161.74º38.98%92.55%-
XYZ52.8870.4770.49-
YUV205.3129.5284.28-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.49%
GREEN value IS 236 (92.58% from 255) = 40.14%
BLUE value IS 208 (81.64% from 255) = 35.37%
R=24.49%
G=40.14%
B=35.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1442362080.3900.120.07161.7470.7774.51
Hex90ECD0270C7a2474b
Octal220354320470147242107113
Binary100100001110110011010000100111011001111010001010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ECD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,236,208); }

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

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

 a { background-color: rgb(144,236,208); }

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

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

 span { border-color: rgb(144,236,208); }

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