Html Css Color HEX #96EFAB Chinook

📋 copy color: '#96EFAB'

red 150 ◦ green 239 ◦ blue 171

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

Shades of Chinook #96EFAB

Tints of Chinook #96EFAB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.68%

 BLUE value IS 171 (67.19% from 255) = 30.54%

R = 26.79%
G = 42.68%
B = 30.54%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#96EFAB (or 0x96EFAB) is known color: Chinook. HEX triplet: 96, EF and AB. RGB value is (150,239,171). Sum of RGB (Red+Green+Blue) = 150+239+171=560 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.79% from 560); Green value is 239 (93.75% from 255 or 42.68% from 560); Blue value is 171 (67.19% from 255 or 30.54% from 560); Max value from RGB is 239 - color contains mainly: green. Hex color #96EFAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96EFAB is #691054. Grayscale: #CCCCCC. Windows color (decimal): -6885461 or 11267990. OLE color: 11267990.

HSL color Cylindrical-coordinate representation of color #96EFAB: hue angle of 134.16º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96EFAB is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 150 239 171 -
CMYK 0.37 0 0.28 0.06
HSL 134.16º 0.74% 0.76% -
HSV(B) 134.16º 0.37% 0.94% -
XYZ 50.79 71.16 49.59 -
YUV 204.64 109.01 89.03 -
System Red Green Blue C M Y K H S L
Decimal 150 239 171 0.37 0 0.28 0.06 134.16 0.74 0.76
Hex 96 EF AB 25 0 1C 6 86 4A 4C
Octal 226 357 253 45 0 34 6 206 112 114
Binary 10010110 11101111 10101011 100101 0 11100 110 10000110 1001010 1001100

Color Harmonies of #96EFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EFAB

Black with #96EFAB

Text Example


Text Example

White with #96EFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,239,171); }

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

background-color css

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

 a { background-color: rgb(150,239,171); }

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

border-color css

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

 span { border-color: rgb(150,239,171); }

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