Html Css Color HEX #96C2AC Skeptic

📋 copy color: '#96C2AC'

red 150 ◦ green 194 ◦ blue 172

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

Shades of Skeptic #96C2AC

Tints of Skeptic #96C2AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.33%

R = 29.07%
G = 37.6%
B = 33.33%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#96C2AC (or 0x96C2AC) is known color: Skeptic. HEX triplet: 96, C2 and AC. RGB value is (150,194,172). Sum of RGB (Red+Green+Blue) = 150+194+172=516 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.07% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 194 - color contains mainly: green. Hex color #96C2AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C2AC is #693D53. Grayscale: #B2B2B2. Windows color (decimal): -6896980 or 11322006. OLE color: 11322006.

HSL color Cylindrical-coordinate representation of color #96C2AC: hue angle of 150º 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 #96C2AC is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 150 194 172 -
CMYK 0.23 0 0.11 0.24
HSL 150º 0.27% 0.67% -
HSV(B) 150º 0.23% 0.76% -
XYZ 39.32 48.05 46.23 -
YUV 178.34 124.42 107.79 -
System Red Green Blue C M Y K H S L
Decimal 150 194 172 0.23 0 0.11 0.24 150 0.27 0.67
Hex 96 C2 AC 17 0 B 18 96 1B 43
Octal 226 302 254 27 0 13 30 226 33 103
Binary 10010110 11000010 10101100 10111 0 1011 11000 10010110 11011 1000011

Color Harmonies of #96C2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C2AC

Black with #96C2AC

Text Example


Text Example

White with #96C2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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