#90DAC9

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

Shades of Riptide #90DAC9

Tints of Riptide #90DAC9

Color information

#90DAC9 (or 0x90DAC9) is unknown color: approx Riptide. HEX triplet: 90, DA and C9. RGB value is (144,218,201). Sum of RGB (Red+Green+Blue) = 144+218+201=563 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.58% from 563); Green value is 218 (85.55% from 255 or 38.72% from 563); Blue value is 201 (78.91% from 255 or 35.70% from 563); Max value from RGB is 218 - color contains mainly: green. Hex color #90DAC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DAC9 is #6F2536. Grayscale: #C1C1C1. Windows color (decimal): -7284023 or 13228688. OLE color: 13228688.

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

Color convert

RGB144218201-
CMYK0.3400.080.15
HSL166.22º50%70.98%-
HSV(B)166.22º33.94%85.49%-
XYZ47.1260.2964.41-
YUV193.94131.9892.38-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.58%
GREEN value IS 218 (85.55% from 255) = 38.72%
BLUE value IS 201 (78.91% from 255) = 35.70%
R=25.58%
G=38.72%
B=35.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1442182010.3400.080.15166.225070.98
Hex90DAC92208Fa63247
Octal220332311420101724662107
Binary100100001101101011001001100010010001111101001101100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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