#96BFAC

Color #96BFAC Skeptic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Skeptic #96BFAC

Tints of Skeptic #96BFAC

Color information

#96BFAC (or 0x96BFAC) is unknown color: approx Skeptic. HEX triplet: 96, BF and AC. RGB value is (150,191,172). Sum of RGB (Red+Green+Blue) = 150+191+172=513 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.24% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 191 - color contains mainly: green. Hex color #96BFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BFAC is #694053. Grayscale: #B0B0B0. Windows color (decimal): -6897748 or 11321238. OLE color: 11321238.

HSL color Cylindrical-coordinate representation of color #96BFAC: hue angle of 152.2º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96BFAC is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB150191172-
CMYK0.2100.100.25
HSL152.2º24.26%66.86%-
HSV(B)152.2º21.47%74.9%-
XYZ38.6546.7246.01-
YUV176.58125.42109.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.24%
GREEN value IS 191 (75% from 255) = 37.23%
BLUE value IS 172 (67.58% from 255) = 33.53%
R=29.24%
G=37.23%
B=33.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501911720.2100.100.25152.224.2666.86
Hex96BFAC150A19981843
Octal226277254250123123030103
Binary10010110101111111010110010101010101100110011000110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #96BFAC;
 }
 .AnyTagClassName
 {
   color: #96BFAC;
 }
</style>
background-color css

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

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

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

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

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

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