Html Css Color HEX #96ECAB Chinook

📋 copy color: '#96ECAB'

red 150 ◦ green 236 ◦ blue 171

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

Shades of Chinook #96ECAB

Tints of Chinook #96ECAB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.37%

 BLUE value IS 171 (67.19% from 255) = 30.7%

R = 26.93%
G = 42.37%
B = 30.7%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#96ECAB (or 0x96ECAB) is known color: Chinook. HEX triplet: 96, EC and AB. RGB value is (150,236,171). Sum of RGB (Red+Green+Blue) = 150+236+171=557 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.93% from 557); Green value is 236 (92.58% from 255 or 42.37% from 557); Blue value is 171 (67.19% from 255 or 30.70% from 557); Max value from RGB is 236 - color contains mainly: green. Hex color #96ECAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96ECAB is #691354. Grayscale: #CBCBCB. Windows color (decimal): -6886229 or 11267222. OLE color: 11267222.

HSL color Cylindrical-coordinate representation of color #96ECAB: hue angle of 134.65º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96ECAB is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 236 171 -
CMYK 0.36 0 0.28 0.07
HSL 134.65º 0.69% 0.76% -
HSV(B) 134.65º 0.36% 0.93% -
XYZ 49.92 69.42 49.3 -
YUV 202.88 110.01 90.29 -
System Red Green Blue C M Y K H S L
Decimal 150 236 171 0.36 0 0.28 0.07 134.65 0.69 0.76
Hex 96 EC AB 24 0 1C 7 87 45 4C
Octal 226 354 253 44 0 34 7 207 105 114
Binary 10010110 11101100 10101011 100100 0 11100 111 10000111 1000101 1001100

Color Harmonies of #96ECAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ECAB

Black with #96ECAB

Text Example


Text Example

White with #96ECAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,236,171); }

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

background-color css

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

 a { background-color: rgb(150,236,171); }

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

border-color css

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

 span { border-color: rgb(150,236,171); }

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