Html Css Color HEX #90CAA4 Chinook

📋 copy color: '#90CAA4'

red 144 ◦ green 202 ◦ blue 164

#90CAA4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chinook #90CAA4

Tints of Chinook #90CAA4

RGB

 RED value IS 144 (56.64% from 255) = 28.24%

 GREEN value IS 202 (79.3% from 255) = 39.61%

 BLUE value IS 164 (64.45% from 255) = 32.16%

R = 28.24%
G = 39.61%
B = 32.16%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#90CAA4 (or 0x90CAA4) is known color: Chinook. HEX triplet: 90, CA and A4. RGB value is (144,202,164). Sum of RGB (Red+Green+Blue) = 144+202+164=510 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.24% from 510); Green value is 202 (79.30% from 255 or 39.61% from 510); Blue value is 164 (64.45% from 255 or 32.16% from 510); Max value from RGB is 202 - color contains mainly: green. Hex color #90CAA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CAA4 is #6F355B. Grayscale: #B4B4B4. Windows color (decimal): -7288156 or 10799760. OLE color: 10799760.

HSL color Cylindrical-coordinate representation of color #90CAA4: hue angle of 140.69º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90CAA4 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.

Color convert

RGB 144 202 164 -
CMYK 0.29 0 0.19 0.21
HSL 140.69º 0.35% 0.68% -
HSV(B) 140.69º 0.29% 0.79% -
XYZ 39.32 50.85 42.86 -
YUV 180.33 118.78 102.09 -
System Red Green Blue C M Y K H S L
Decimal 144 202 164 0.29 0 0.19 0.21 140.69 0.35 0.68
Hex 90 CA A4 1D 0 13 15 8D 23 44
Octal 220 312 244 35 0 23 25 215 43 104
Binary 10010000 11001010 10100100 11101 0 10011 10101 10001101 100011 1000100

Color Harmonies of #90CAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90CAA4

Black with #90CAA4

Text Example


Text Example

White with #90CAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,202,164); }

 H1.HeaderClassName
 {
   color: #90CAA4;
 }
 .AnyTagClassName
 {
   color: #90CAA4;
 }
</style>

background-color css

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

 a { background-color: rgb(144,202,164); }

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

border-color css

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

 span { border-color: rgb(144,202,164); }

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