#90D2CC

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

Shades of Riptide #90D2CC

Tints of Riptide #90D2CC

Color information

#90D2CC (or 0x90D2CC) is unknown color: approx Riptide. HEX triplet: 90, D2 and CC. RGB value is (144,210,204). Sum of RGB (Red+Green+Blue) = 144+210+204=558 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.81% from 558); Green value is 210 (82.42% from 255 or 37.63% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 210 - color contains mainly: green. Hex color #90D2CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90D2CC is #6F2D33. Grayscale: #BDBDBD. Windows color (decimal): -7286068 or 13423248. OLE color: 13423248.

HSL color Cylindrical-coordinate representation of color #90D2CC: hue angle of 174.55º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #90D2CC is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB144210204-
CMYK0.3100.030.18
HSL174.55º42.31%69.41%-
HSV(B)174.55º31.43%82.35%-
XYZ45.4556.3865.61-
YUV189.58136.1395.49-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.81%
GREEN value IS 210 (82.42% from 255) = 37.63%
BLUE value IS 204 (80.08% from 255) = 36.56%
R=25.81%
G=37.63%
B=36.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1442102040.3100.030.18174.5542.3169.41
Hex90D2CC1F0312af2a45
Octal22032231437032225752105
Binary1001000011010010110011001111101110010101011111010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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