#90DFCD

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

Shades of Riptide #90DFCD

Tints of Riptide #90DFCD

Color information

#90DFCD (or 0x90DFCD) is unknown color: approx Riptide. HEX triplet: 90, DF and CD. RGB value is (144,223,205). Sum of RGB (Red+Green+Blue) = 144+223+205=572 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.17% from 572); Green value is 223 (87.5% from 255 or 38.99% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 223 - color contains mainly: green. Hex color #90DFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DFCD is #6F2032. Grayscale: #C5C5C5. Windows color (decimal): -7282739 or 13492112. OLE color: 13492112.

HSL color Cylindrical-coordinate representation of color #90DFCD: hue angle of 166.33º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90DFCD is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB144223205-
CMYK0.3500.080.13
HSL166.33º55.24%71.96%-
HSV(B)166.33º35.43%87.45%-
XYZ48.9163.1167.36-
YUV197.33132.3389.96-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.17%
GREEN value IS 223 (87.5% from 255) = 38.99%
BLUE value IS 205 (80.47% from 255) = 35.84%
R=25.17%
G=38.99%
B=35.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1442232050.3500.080.13166.3355.2471.96
Hex90DFCD2308Da63748
Octal220337315430101524667110
Binary100100001101111111001101100011010001101101001101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,223,205); }

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

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

 a { background-color: rgb(144,223,205); }

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

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

 span { border-color: rgb(144,223,205); }

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