Html Css Color HEX #90CFA2 Chinook

📋 copy color: '#90CFA2'

red 144 ◦ green 207 ◦ blue 162

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

Shades of Chinook #90CFA2

Tints of Chinook #90CFA2

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.35%

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

R = 28.07%
G = 40.35%
B = 31.58%

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

#90CFA2 (or 0x90CFA2) is known color: Chinook. HEX triplet: 90, CF and A2. RGB value is (144,207,162). Sum of RGB (Red+Green+Blue) = 144+207+162=513 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.07% from 513); Green value is 207 (81.25% from 255 or 40.35% from 513); Blue value is 162 (63.67% from 255 or 31.58% from 513); Max value from RGB is 207 - color contains mainly: green. Hex color #90CFA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CFA2 is #6F305D. Grayscale: #B7B7B7. Windows color (decimal): -7286878 or 10669968. OLE color: 10669968.

HSL color Cylindrical-coordinate representation of color #90CFA2: hue angle of 137.14º degrees, saturation: 0.4, 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 #90CFA2 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 207 162 -
CMYK 0.30 0 0.22 0.19
HSL 137.14º 0.4% 0.69% -
HSV(B) 137.14º 0.3% 0.81% -
XYZ 40.34 53.16 42.32 -
YUV 183.03 116.13 100.16 -
System Red Green Blue C M Y K H S L
Decimal 144 207 162 0.30 0 0.22 0.19 137.14 0.4 0.69
Hex 90 CF A2 1E 0 16 13 89 28 45
Octal 220 317 242 36 0 26 23 211 50 105
Binary 10010000 11001111 10100010 11110 0 10110 10011 10001001 101000 1000101

Color Harmonies of #90CFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90CFA2

Black with #90CFA2

Text Example


Text Example

White with #90CFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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