#90DACD

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

Shades of Riptide #90DACD

Tints of Riptide #90DACD

Color information

#90DACD (or 0x90DACD) is unknown color: approx Riptide. HEX triplet: 90, DA and CD. RGB value is (144,218,205). Sum of RGB (Red+Green+Blue) = 144+218+205=567 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.40% from 567); Green value is 218 (85.55% from 255 or 38.45% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 218 - color contains mainly: green. Hex color #90DACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DACD is #6F2532. Grayscale: #C2C2C2. Windows color (decimal): -7284019 or 13490832. OLE color: 13490832.

HSL color Cylindrical-coordinate representation of color #90DACD: hue angle of 169.46º degrees, saturation: 0.5, 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 #90DACD is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB144218205-
CMYK0.3400.060.15
HSL169.46º50%70.98%-
HSV(B)169.46º33.94%85.49%-
XYZ47.5960.4866.92-
YUV194.39133.9892.06-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.40%
GREEN value IS 218 (85.55% from 255) = 38.45%
BLUE value IS 205 (80.47% from 255) = 36.16%
R=25.40%
G=38.45%
B=36.16%

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
Decimal1442182050.3400.060.15169.465070.98
Hex90DACD2206Fa93247
Octal22033231542061725162107
Binary10010000110110101100110110001001101111101010011100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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