Html Css Color HEX #96C2AA Skeptic

📋 copy color: '#96C2AA'

red 150 ◦ green 194 ◦ blue 170

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

Shades of Skeptic #96C2AA

Tints of Skeptic #96C2AA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.74%

 BLUE value IS 170 (66.8% from 255) = 33.07%

R = 29.18%
G = 37.74%
B = 33.07%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#96C2AA (or 0x96C2AA) is known color: Skeptic. HEX triplet: 96, C2 and AA. RGB value is (150,194,170). Sum of RGB (Red+Green+Blue) = 150+194+170=514 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.18% from 514); Green value is 194 (76.17% from 255 or 37.74% from 514); Blue value is 170 (66.80% from 255 or 33.07% from 514); Max value from RGB is 194 - color contains mainly: green. Hex color #96C2AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C2AA is #693D55. Grayscale: #B2B2B2. Windows color (decimal): -6896982 or 11190934. OLE color: 11190934.

HSL color Cylindrical-coordinate representation of color #96C2AA: hue angle of 147.27º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96C2AA is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 150 194 170 -
CMYK 0.23 0 0.12 0.24
HSL 147.27º 0.27% 0.67% -
HSV(B) 147.27º 0.23% 0.76% -
XYZ 39.13 47.97 45.23 -
YUV 178.11 123.42 107.95 -
System Red Green Blue C M Y K H S L
Decimal 150 194 170 0.23 0 0.12 0.24 147.27 0.27 0.67
Hex 96 C2 AA 17 0 C 18 93 1B 43
Octal 226 302 252 27 0 14 30 223 33 103
Binary 10010110 11000010 10101010 10111 0 1100 11000 10010011 11011 1000011

Color Harmonies of #96C2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C2AA

Black with #96C2AA

Text Example


Text Example

White with #96C2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,194,170); }

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

background-color css

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

 a { background-color: rgb(150,194,170); }

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

border-color css

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

 span { border-color: rgb(150,194,170); }

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