Html Css Color HEX #96ECA8 Chinook

📋 copy color: '#96ECA8'

red 150 ◦ green 236 ◦ blue 168

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

Shades of Chinook #96ECA8

Tints of Chinook #96ECA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 30.32%

R = 27.08%
G = 42.6%
B = 30.32%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#96ECA8 (or 0x96ECA8) is known color: Chinook. HEX triplet: 96, EC and A8. RGB value is (150,236,168). Sum of RGB (Red+Green+Blue) = 150+236+168=554 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.08% from 554); Green value is 236 (92.58% from 255 or 42.60% from 554); Blue value is 168 (66.02% from 255 or 30.32% from 554); Max value from RGB is 236 - color contains mainly: green. Hex color #96ECA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96ECA8 is #691357. Grayscale: #CACACA. Windows color (decimal): -6886232 or 11070614. OLE color: 11070614.

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

Color convert

RGB 150 236 168 -
CMYK 0.36 0 0.29 0.07
HSL 132.56º 0.69% 0.76% -
HSV(B) 132.56º 0.36% 0.93% -
XYZ 49.64 69.3 47.81 -
YUV 202.53 108.51 90.53 -
System Red Green Blue C M Y K H S L
Decimal 150 236 168 0.36 0 0.29 0.07 132.56 0.69 0.76
Hex 96 EC A8 24 0 1D 7 85 45 4C
Octal 226 354 250 44 0 35 7 205 105 114
Binary 10010110 11101100 10101000 100100 0 11101 111 10000101 1000101 1001100

Color Harmonies of #96ECA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ECA8

Black with #96ECA8

Text Example


Text Example

White with #96ECA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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