#90D2CA

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

Shades of Riptide #90D2CA

Tints of Riptide #90D2CA

Color information

#90D2CA (or 0x90D2CA) is unknown color: approx Riptide. HEX triplet: 90, D2 and CA. RGB value is (144,210,202). Sum of RGB (Red+Green+Blue) = 144+210+202=556 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.90% from 556); Green value is 210 (82.42% from 255 or 37.77% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 210 - color contains mainly: green. Hex color #90D2CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90D2CA is #6F2D35. Grayscale: #BDBDBD. Windows color (decimal): -7286070 or 13292176. OLE color: 13292176.

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

Color convert

RGB144210202-
CMYK0.3100.040.18
HSL172.73º42.31%69.41%-
HSV(B)172.73º31.43%82.35%-
XYZ45.2156.2964.36-
YUV189.35135.1395.65-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.90%
GREEN value IS 210 (82.42% from 255) = 37.77%
BLUE value IS 202 (79.30% from 255) = 36.33%
R=25.90%
G=37.77%
B=36.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1442102020.3100.040.18172.7342.3169.41
Hex90D2CA1F0412ad2a45
Octal22032231237042225552105
Binary10010000110100101100101011111010010010101011011010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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