Html Css Color HEX #96ECAC Chinook

📋 copy color: '#96ECAC'

red 150 ◦ green 236 ◦ blue 172

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

Shades of Chinook #96ECAC

Tints of Chinook #96ECAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 30.82%

R = 26.88%
G = 42.29%
B = 30.82%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#96ECAC (or 0x96ECAC) is known color: Chinook. HEX triplet: 96, EC and AC. RGB value is (150,236,172). Sum of RGB (Red+Green+Blue) = 150+236+172=558 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.88% from 558); Green value is 236 (92.58% from 255 or 42.29% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 236 - color contains mainly: green. Hex color #96ECAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96ECAC is #691353. Grayscale: #CBCBCB. Windows color (decimal): -6886228 or 11332758. OLE color: 11332758.

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

Color convert

RGB 150 236 172 -
CMYK 0.36 0 0.27 0.07
HSL 135.35º 0.69% 0.76% -
HSV(B) 135.35º 0.36% 0.93% -
XYZ 50.02 69.45 49.8 -
YUV 202.99 110.51 90.2 -
System Red Green Blue C M Y K H S L
Decimal 150 236 172 0.36 0 0.27 0.07 135.35 0.69 0.76
Hex 96 EC AC 24 0 1B 7 87 45 4C
Octal 226 354 254 44 0 33 7 207 105 114
Binary 10010110 11101100 10101100 100100 0 11011 111 10000111 1000101 1001100

Color Harmonies of #96ECAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ECAC

Black with #96ECAC

Text Example


Text Example

White with #96ECAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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