Html Css Color HEX #96EFAE Chinook

📋 copy color: '#96EFAE'

red 150 ◦ green 239 ◦ blue 174

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

Shades of Chinook #96EFAE

Tints of Chinook #96EFAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 30.91%

R = 26.64%
G = 42.45%
B = 30.91%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#96EFAE (or 0x96EFAE) is known color: Chinook. HEX triplet: 96, EF and AE. RGB value is (150,239,174). Sum of RGB (Red+Green+Blue) = 150+239+174=563 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.64% from 563); Green value is 239 (93.75% from 255 or 42.45% from 563); Blue value is 174 (68.36% from 255 or 30.91% from 563); Max value from RGB is 239 - color contains mainly: green. Hex color #96EFAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96EFAE is #691051. Grayscale: #CDCDCD. Windows color (decimal): -6885458 or 11464598. OLE color: 11464598.

HSL color Cylindrical-coordinate representation of color #96EFAE: hue angle of 136.18º 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 #96EFAE is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 150 239 174 -
CMYK 0.37 0 0.27 0.06
HSL 136.18º 0.74% 0.76% -
HSV(B) 136.18º 0.37% 0.94% -
XYZ 51.08 71.27 51.11 -
YUV 204.98 110.51 88.79 -
System Red Green Blue C M Y K H S L
Decimal 150 239 174 0.37 0 0.27 0.06 136.18 0.74 0.76
Hex 96 EF AE 25 0 1B 6 88 4A 4C
Octal 226 357 256 45 0 33 6 210 112 114
Binary 10010110 11101111 10101110 100101 0 11011 110 10001000 1001010 1001100

Color Harmonies of #96EFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EFAE

Black with #96EFAE

Text Example


Text Example

White with #96EFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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