Html Css Color HEX #96B8AC Skeptic

📋 copy color: '#96B8AC'

red 150 ◦ green 184 ◦ blue 172

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

Shades of Skeptic #96B8AC

Tints of Skeptic #96B8AC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.36%

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

R = 29.64%
G = 36.36%
B = 33.99%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#96B8AC (or 0x96B8AC) is known color: Skeptic. HEX triplet: 96, B8 and AC. RGB value is (150,184,172). Sum of RGB (Red+Green+Blue) = 150+184+172=506 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.64% from 506); Green value is 184 (72.27% from 255 or 36.36% from 506); Blue value is 172 (67.58% from 255 or 33.99% from 506); Max value from RGB is 184 - color contains mainly: green. Hex color #96B8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B8AC is #694753. Grayscale: #ACACAC. Windows color (decimal): -6899540 or 11319446. OLE color: 11319446.

HSL color Cylindrical-coordinate representation of color #96B8AC: hue angle of 158.82º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #96B8AC is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 150 184 172 -
CMYK 0.18 0 0.07 0.28
HSL 158.82º 0.19% 0.65% -
HSV(B) 158.82º 0.18% 0.72% -
XYZ 37.16 43.74 45.51 -
YUV 172.47 127.74 111.98 -
System Red Green Blue C M Y K H S L
Decimal 150 184 172 0.18 0 0.07 0.28 158.82 0.19 0.65
Hex 96 B8 AC 12 0 7 1C 9F 13 41
Octal 226 270 254 22 0 7 34 237 23 101
Binary 10010110 10111000 10101100 10010 0 111 11100 10011111 10011 1000001

Color Harmonies of #96B8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B8AC

Black with #96B8AC

Text Example


Text Example

White with #96B8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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