Html Css Color HEX #96CEA1 Chinook

📋 copy color: '#96CEA1'

red 150 ◦ green 206 ◦ blue 161

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

Shades of Chinook #96CEA1

Tints of Chinook #96CEA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 31.14%

R = 29.01%
G = 39.85%
B = 31.14%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#96CEA1 (or 0x96CEA1) is known color: Chinook. HEX triplet: 96, CE and A1. RGB value is (150,206,161). Sum of RGB (Red+Green+Blue) = 150+206+161=517 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.01% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 161 (63.28% from 255 or 31.14% from 517); Max value from RGB is 206 - color contains mainly: green. Hex color #96CEA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CEA1 is #69315E. Grayscale: #B8B8B8. Windows color (decimal): -6893919 or 10604182. OLE color: 10604182.

HSL color Cylindrical-coordinate representation of color #96CEA1: hue angle of 131.79º 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 #96CEA1 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 206 161 -
CMYK 0.27 0 0.22 0.19
HSL 131.79º 0.36% 0.7% -
HSV(B) 131.79º 0.27% 0.81% -
XYZ 41.08 53.2 41.82 -
YUV 184.13 114.95 103.66 -
System Red Green Blue C M Y K H S L
Decimal 150 206 161 0.27 0 0.22 0.19 131.79 0.36 0.7
Hex 96 CE A1 1B 0 16 13 84 24 46
Octal 226 316 241 33 0 26 23 204 44 106
Binary 10010110 11001110 10100001 11011 0 10110 10011 10000100 100100 1000110

Color Harmonies of #96CEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CEA1

Black with #96CEA1

Text Example


Text Example

White with #96CEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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