#90D5CF

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

Shades of Riptide #90D5CF

Tints of Riptide #90D5CF

Color information

#90D5CF (or 0x90D5CF) is unknown color: approx Riptide. HEX triplet: 90, D5 and CF. RGB value is (144,213,207). Sum of RGB (Red+Green+Blue) = 144+213+207=564 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.53% from 564); Green value is 213 (83.59% from 255 or 37.77% from 564); Blue value is 207 (81.25% from 255 or 36.70% from 564); Max value from RGB is 213 - color contains mainly: green. Hex color #90D5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90D5CF is #6F2A30. Grayscale: #BFBFBF. Windows color (decimal): -7285297 or 13620624. OLE color: 13620624.

HSL color Cylindrical-coordinate representation of color #90D5CF: hue angle of 174.78º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #90D5CF is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB144213207-
CMYK0.3200.030.16
HSL174.78º45.1%70%-
HSV(B)174.78º32.39%83.53%-
XYZ46.5658.0267.78-
YUV191.68136.6493.99-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.53%
GREEN value IS 213 (83.59% from 255) = 37.77%
BLUE value IS 207 (81.25% from 255) = 36.70%
R=25.53%
G=37.77%
B=36.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1442132070.3200.030.16174.7845.170
Hex90D5CF200310af2d46
Octal22032531740032025755106
Binary10010000110101011100111110000001110000101011111011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,213,207); }

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

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

 a { background-color: rgb(144,213,207); }

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

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

 span { border-color: rgb(144,213,207); }

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