Html Css Color HEX #96CEA2 Chinook

📋 copy color: '#96CEA2'

red 150 ◦ green 206 ◦ blue 162

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

Shades of Chinook #96CEA2

Tints of Chinook #96CEA2

RGB

 RED value IS 150 (58.98% from 255) = 28.96%

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

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

R = 28.96%
G = 39.77%
B = 31.27%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#96CEA2 (or 0x96CEA2) is known color: Chinook. HEX triplet: 96, CE and A2. RGB value is (150,206,162). Sum of RGB (Red+Green+Blue) = 150+206+162=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 162 (63.67% from 255 or 31.27% from 518); Max value from RGB is 206 - color contains mainly: green. Hex color #96CEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CEA2 is #69315D. Grayscale: #B8B8B8. Windows color (decimal): -6893918 or 10669718. OLE color: 10669718.

HSL color Cylindrical-coordinate representation of color #96CEA2: hue angle of 132.86º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96CEA2 is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 206 162 -
CMYK 0.27 0 0.21 0.19
HSL 132.86º 0.36% 0.7% -
HSV(B) 132.86º 0.27% 0.81% -
XYZ 41.17 53.24 42.29 -
YUV 184.24 115.45 103.58 -
System Red Green Blue C M Y K H S L
Decimal 150 206 162 0.27 0 0.21 0.19 132.86 0.36 0.7
Hex 96 CE A2 1B 0 15 13 85 24 46
Octal 226 316 242 33 0 25 23 205 44 106
Binary 10010110 11001110 10100010 11011 0 10101 10011 10000101 100100 1000110

Color Harmonies of #96CEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CEA2

Black with #96CEA2

Text Example


Text Example

White with #96CEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96CEA2; }

 p { color: rgb(150,206,162); }

 H1.HeaderClassName
 {
   color: #96CEA2;
 }
 .AnyTagClassName
 {
   color: #96CEA2;
 }
</style>

background-color css

<style>
 a { background-color: #96CEA2; }

 a { background-color: rgb(150,206,162); }

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

border-color css

<style>
 span { border-color: #96CEA2; }

 span { border-color: rgb(150,206,162); }

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