#90D9CC

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

Shades of Riptide #90D9CC

Tints of Riptide #90D9CC

Color information

#90D9CC (or 0x90D9CC) is unknown color: approx Riptide. HEX triplet: 90, D9 and CC. RGB value is (144,217,204). Sum of RGB (Red+Green+Blue) = 144+217+204=565 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.49% from 565); Green value is 217 (85.16% from 255 or 38.41% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 217 - color contains mainly: green. Hex color #90D9CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90D9CC is #6F2633. Grayscale: #C1C1C1. Windows color (decimal): -7284276 or 13425040. OLE color: 13425040.

HSL color Cylindrical-coordinate representation of color #90D9CC: hue angle of 169.32º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90D9CC is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB144217204-
CMYK0.3400.060.15
HSL169.32º48.99%70.78%-
HSV(B)169.32º33.64%85.1%-
XYZ47.2159.9166.2-
YUV193.69133.8292.56-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.49%
GREEN value IS 217 (85.16% from 255) = 38.41%
BLUE value IS 204 (80.08% from 255) = 36.11%
R=25.49%
G=38.41%
B=36.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1442172040.3400.060.15169.3248.9970.78
Hex90D9CC2206Fa93147
Octal22033131442061725161107
Binary10010000110110011100110010001001101111101010011100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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