Html Css Color HEX #90CDA2 Chinook

📋 copy color: '#90CDA2'

red 144 ◦ green 205 ◦ blue 162

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

Shades of Chinook #90CDA2

Tints of Chinook #90CDA2

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.12%

 BLUE value IS 162 (63.67% from 255) = 31.7%

R = 28.18%
G = 40.12%
B = 31.7%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#90CDA2 (or 0x90CDA2) is known color: Chinook. HEX triplet: 90, CD and A2. RGB value is (144,205,162). Sum of RGB (Red+Green+Blue) = 144+205+162=511 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.18% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 162 (63.67% from 255 or 31.70% from 511); Max value from RGB is 205 - color contains mainly: green. Hex color #90CDA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CDA2 is #6F325D. Grayscale: #B5B5B5. Windows color (decimal): -7287390 or 10669456. OLE color: 10669456.

HSL color Cylindrical-coordinate representation of color #90CDA2: hue angle of 137.7º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90CDA2 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB 144 205 162 -
CMYK 0.30 0 0.21 0.20
HSL 137.7º 0.38% 0.68% -
HSV(B) 137.7º 0.3% 0.8% -
XYZ 39.85 52.2 42.16 -
YUV 181.86 116.79 101 -
System Red Green Blue C M Y K H S L
Decimal 144 205 162 0.30 0 0.21 0.20 137.7 0.38 0.68
Hex 90 CD A2 1E 0 15 14 8A 26 44
Octal 220 315 242 36 0 25 24 212 46 104
Binary 10010000 11001101 10100010 11110 0 10101 10100 10001010 100110 1000100

Color Harmonies of #90CDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90CDA2

Black with #90CDA2

Text Example


Text Example

White with #90CDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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