#90D8CC

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

Shades of Riptide #90D8CC

Tints of Riptide #90D8CC

Color information

#90D8CC (or 0x90D8CC) is unknown color: approx Riptide. HEX triplet: 90, D8 and CC. RGB value is (144,216,204). Sum of RGB (Red+Green+Blue) = 144+216+204=564 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.53% from 564); Green value is 216 (84.77% from 255 or 38.30% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 216 - color contains mainly: green. Hex color #90D8CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90D8CC is #6F2733. Grayscale: #C1C1C1. Windows color (decimal): -7284532 or 13424784. OLE color: 13424784.

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

Color convert

RGB144216204-
CMYK0.3300.060.15
HSL170º48%70.59%-
HSV(B)170º33.33%84.71%-
XYZ46.9659.466.12-
YUV193.1134.1592.98-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.53%
GREEN value IS 216 (84.77% from 255) = 38.30%
BLUE value IS 204 (80.08% from 255) = 36.17%
R=25.53%
G=38.30%
B=36.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1442162040.3300.060.151704870.59
Hex90D8CC2106Faa3047
Octal22033031441061725260107
Binary10010000110110001100110010000101101111101010101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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