Html Css Color HEX #96EEAD Chinook

📋 copy color: '#96EEAD'

red 150 ◦ green 238 ◦ blue 173

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

Shades of Chinook #96EEAD

Tints of Chinook #96EEAD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.42%

 BLUE value IS 173 (67.97% from 255) = 30.84%

R = 26.74%
G = 42.42%
B = 30.84%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#96EEAD (or 0x96EEAD) is known color: Chinook. HEX triplet: 96, EE and AD. RGB value is (150,238,173). Sum of RGB (Red+Green+Blue) = 150+238+173=561 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.74% from 561); Green value is 238 (93.36% from 255 or 42.42% from 561); Blue value is 173 (67.97% from 255 or 30.84% from 561); Max value from RGB is 238 - color contains mainly: green. Hex color #96EEAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96EEAD is #691152. Grayscale: #CCCCCC. Windows color (decimal): -6885715 or 11398806. OLE color: 11398806.

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

Color convert

RGB 150 238 173 -
CMYK 0.37 0 0.27 0.07
HSL 135.68º 0.72% 0.76% -
HSV(B) 135.68º 0.37% 0.93% -
XYZ 50.7 70.65 50.5 -
YUV 204.28 110.35 89.29 -
System Red Green Blue C M Y K H S L
Decimal 150 238 173 0.37 0 0.27 0.07 135.68 0.72 0.76
Hex 96 EE AD 25 0 1B 7 88 48 4C
Octal 226 356 255 45 0 33 7 210 110 114
Binary 10010110 11101110 10101101 100101 0 11011 111 10001000 1001000 1001100

Color Harmonies of #96EEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EEAD

Black with #96EEAD

Text Example


Text Example

White with #96EEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,238,173); }

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

background-color css

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

 a { background-color: rgb(150,238,173); }

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

border-color css

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

 span { border-color: rgb(150,238,173); }

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