Html Css Color HEX #96EAAC Chinook

📋 copy color: '#96EAAC'

red 150 ◦ green 234 ◦ blue 172

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

Shades of Chinook #96EAAC

Tints of Chinook #96EAAC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.09%

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

R = 26.98%
G = 42.09%
B = 30.94%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#96EAAC (or 0x96EAAC) is known color: Chinook. HEX triplet: 96, EA and AC. RGB value is (150,234,172). Sum of RGB (Red+Green+Blue) = 150+234+172=556 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.98% from 556); Green value is 234 (91.80% from 255 or 42.09% from 556); Blue value is 172 (67.58% from 255 or 30.94% from 556); Max value from RGB is 234 - color contains mainly: green. Hex color #96EAAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96EAAC is #691553. Grayscale: #C9C9C9. Windows color (decimal): -6886740 or 11332246. OLE color: 11332246.

HSL color Cylindrical-coordinate representation of color #96EAAC: hue angle of 135.71º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96EAAC is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 234 172 -
CMYK 0.36 0 0.26 0.08
HSL 135.71º 0.67% 0.75% -
HSV(B) 135.71º 0.36% 0.92% -
XYZ 49.45 68.31 49.61 -
YUV 201.82 111.17 91.04 -
System Red Green Blue C M Y K H S L
Decimal 150 234 172 0.36 0 0.26 0.08 135.71 0.67 0.75
Hex 96 EA AC 24 0 1A 8 88 43 4B
Octal 226 352 254 44 0 32 10 210 103 113
Binary 10010110 11101010 10101100 100100 0 11010 1000 10001000 1000011 1001011

Color Harmonies of #96EAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EAAC

Black with #96EAAC

Text Example


Text Example

White with #96EAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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