Html Css Color HEX #96DAA8 Chinook

📋 copy color: '#96DAA8'

red 150 ◦ green 218 ◦ blue 168

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

Shades of Chinook #96DAA8

Tints of Chinook #96DAA8

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.67%

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

R = 27.99%
G = 40.67%
B = 31.34%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#96DAA8 (or 0x96DAA8) is known color: Chinook. HEX triplet: 96, DA and A8. RGB value is (150,218,168). Sum of RGB (Red+Green+Blue) = 150+218+168=536 (70% of max value = 765). Red value is 150 (58.98% from 255 or 27.99% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 168 (66.02% from 255 or 31.34% from 536); Max value from RGB is 218 - color contains mainly: green. Hex color #96DAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DAA8 is #692557. Grayscale: #C0C0C0. Windows color (decimal): -6890840 or 11066006. OLE color: 11066006.

HSL color Cylindrical-coordinate representation of color #96DAA8: hue angle of 135.88º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96DAA8 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 218 168 -
CMYK 0.31 0 0.23 0.15
HSL 135.88º 0.48% 0.72% -
HSV(B) 135.88º 0.31% 0.85% -
XYZ 44.72 59.45 46.16 -
YUV 191.97 114.47 98.07 -
System Red Green Blue C M Y K H S L
Decimal 150 218 168 0.31 0 0.23 0.15 135.88 0.48 0.72
Hex 96 DA A8 1F 0 17 F 88 30 48
Octal 226 332 250 37 0 27 17 210 60 110
Binary 10010110 11011010 10101000 11111 0 10111 1111 10001000 110000 1001000

Color Harmonies of #96DAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DAA8

Black with #96DAA8

Text Example


Text Example

White with #96DAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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