#99B4AC

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

Shades of Skeptic #99B4AC

Tints of Skeptic #99B4AC

Color information

#99B4AC (or 0x99B4AC) is unknown color: approx Skeptic. HEX triplet: 99, B4 and AC. RGB value is (153,180,172). Sum of RGB (Red+Green+Blue) = 153+180+172=505 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.30% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 180 - color contains mainly: green. Hex color #99B4AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B4AC is #664B53. Grayscale: #ABABAB. Windows color (decimal): -6703956 or 11318425. OLE color: 11318425.

HSL color Cylindrical-coordinate representation of color #99B4AC: hue angle of 162.22º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #99B4AC is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB153180172-
CMYK0.1500.040.29
HSL162.22º15.25%65.29%-
HSV(B)162.22º15%70.59%-
XYZ36.942.3945.27-
YUV171.02128.55115.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.30%
GREEN value IS 180 (70.70% from 255) = 35.64%
BLUE value IS 172 (67.58% from 255) = 34.06%
R=30.30%
G=35.64%
B=34.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1531801720.1500.040.29162.2215.2565.29
Hex99B4ACF041Da2f41
Octal23126425417043524217101
Binary10011001101101001010110011110100111011010001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99B4AC; }

 p { color: rgb(153,180,172); }

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

<style>
 a { background-color: #99B4AC; }

 a { background-color: rgb(153,180,172); }

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

<style>
 span { border-color: #99B4AC; }

 span { border-color: rgb(153,180,172); }

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