#90D0CA

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

Shades of Riptide #90D0CA

Tints of Riptide #90D0CA

Color information

#90D0CA (or 0x90D0CA) is unknown color: approx Riptide. HEX triplet: 90, D0 and CA. RGB value is (144,208,202). Sum of RGB (Red+Green+Blue) = 144+208+202=554 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.99% from 554); Green value is 208 (81.64% from 255 or 37.55% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 208 - color contains mainly: green. Hex color #90D0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90D0CA is #6F2F35. Grayscale: #BCBCBC. Windows color (decimal): -7286582 or 13291664. OLE color: 13291664.

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

Color convert

RGB144208202-
CMYK0.3100.030.18
HSL174.38º40.51%69.02%-
HSV(B)174.38º30.77%81.57%-
XYZ44.7255.3164.2-
YUV188.18135.896.49-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.99%
GREEN value IS 208 (81.64% from 255) = 37.55%
BLUE value IS 202 (79.30% from 255) = 36.46%
R=25.99%
G=37.55%
B=36.46%

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
Decimal1442082020.3100.030.18174.3840.5169.02
Hex90D0CA1F0312ae2945
Octal22032031237032225651105
Binary1001000011010000110010101111101110010101011101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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