Html Css Color HEX #90CA9C Chinook

📋 copy color: '#90CA9C'

red 144 ◦ green 202 ◦ blue 156

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

Shades of Chinook #90CA9C

Tints of Chinook #90CA9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.08%

R = 28.69%
G = 40.24%
B = 31.08%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#90CA9C (or 0x90CA9C) is known color: Chinook. HEX triplet: 90, CA and 9C. RGB value is (144,202,156). Sum of RGB (Red+Green+Blue) = 144+202+156=502 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.69% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 156 (61.33% from 255 or 31.08% from 502); Max value from RGB is 202 - color contains mainly: green. Hex color #90CA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CA9C is #6F3563. Grayscale: #B3B3B3. Windows color (decimal): -7288164 or 10275472. OLE color: 10275472.

HSL color Cylindrical-coordinate representation of color #90CA9C: hue angle of 132.41º 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 #90CA9C is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 144 202 156 -
CMYK 0.29 0 0.23 0.21
HSL 132.41º 0.35% 0.68% -
HSV(B) 132.41º 0.29% 0.79% -
XYZ 38.62 50.57 39.18 -
YUV 179.41 114.78 102.74 -
System Red Green Blue C M Y K H S L
Decimal 144 202 156 0.29 0 0.23 0.21 132.41 0.35 0.68
Hex 90 CA 9C 1D 0 17 15 84 23 44
Octal 220 312 234 35 0 27 25 204 43 104
Binary 10010000 11001010 10011100 11101 0 10111 10101 10000100 100011 1000100

Color Harmonies of #90CA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90CA9C

Black with #90CA9C

Text Example


Text Example

White with #90CA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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