Html Css Color HEX #90CEA0 Chinook

📋 copy color: '#90CEA0'

red 144 ◦ green 206 ◦ blue 160

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

Shades of Chinook #90CEA0

Tints of Chinook #90CEA0

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.39%

 BLUE value IS 160 (62.89% from 255) = 31.37%

R = 28.24%
G = 40.39%
B = 31.37%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#90CEA0 (or 0x90CEA0) is known color: Chinook. HEX triplet: 90, CE and A0. RGB value is (144,206,160). Sum of RGB (Red+Green+Blue) = 144+206+160=510 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.24% from 510); Green value is 206 (80.86% from 255 or 40.39% from 510); Blue value is 160 (62.89% from 255 or 31.37% from 510); Max value from RGB is 206 - color contains mainly: green. Hex color #90CEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CEA0 is #6F315F. Grayscale: #B6B6B6. Windows color (decimal): -7287136 or 10538640. OLE color: 10538640.

HSL color Cylindrical-coordinate representation of color #90CEA0: hue angle of 135.48º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90CEA0 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 206 160 -
CMYK 0.30 0 0.22 0.19
HSL 135.48º 0.39% 0.69% -
HSV(B) 135.48º 0.3% 0.81% -
XYZ 39.92 52.61 41.31 -
YUV 182.22 115.46 100.74 -
System Red Green Blue C M Y K H S L
Decimal 144 206 160 0.30 0 0.22 0.19 135.48 0.39 0.69
Hex 90 CE A0 1E 0 16 13 87 27 45
Octal 220 316 240 36 0 26 23 207 47 105
Binary 10010000 11001110 10100000 11110 0 10110 10011 10000111 100111 1000101

Color Harmonies of #90CEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90CEA0

Black with #90CEA0

Text Example


Text Example

White with #90CEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,206,160); }

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

background-color css

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

 a { background-color: rgb(144,206,160); }

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

border-color css

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

 span { border-color: rgb(144,206,160); }

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