Html Css Color HEX #96E6AC Chinook

📋 copy color: '#96E6AC'

red 150 ◦ green 230 ◦ blue 172

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

Shades of Chinook #96E6AC

Tints of Chinook #96E6AC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.67%

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

R = 27.17%
G = 41.67%
B = 31.16%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#96E6AC (or 0x96E6AC) is known color: Chinook. HEX triplet: 96, E6 and AC. RGB value is (150,230,172). Sum of RGB (Red+Green+Blue) = 150+230+172=552 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.17% from 552); Green value is 230 (90.23% from 255 or 41.67% from 552); Blue value is 172 (67.58% from 255 or 31.16% from 552); Max value from RGB is 230 - color contains mainly: green. Hex color #96E6AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96E6AC is #691953. Grayscale: #C7C7C7. Windows color (decimal): -6887764 or 11331222. OLE color: 11331222.

HSL color Cylindrical-coordinate representation of color #96E6AC: hue angle of 136.5º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96E6AC is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 150 230 172 -
CMYK 0.35 0 0.25 0.10
HSL 136.5º 0.62% 0.75% -
HSV(B) 136.5º 0.35% 0.9% -
XYZ 48.32 66.06 49.23 -
YUV 199.47 112.5 92.72 -
System Red Green Blue C M Y K H S L
Decimal 150 230 172 0.35 0 0.25 0.10 136.5 0.62 0.75
Hex 96 E6 AC 23 0 19 A 88 3E 4B
Octal 226 346 254 43 0 31 12 210 76 113
Binary 10010110 11100110 10101100 100011 0 11001 1010 10001000 111110 1001011

Color Harmonies of #96E6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E6AC

Black with #96E6AC

Text Example


Text Example

White with #96E6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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