#99BFAE

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

Shades of Skeptic #99BFAE

Tints of Skeptic #99BFAE

Color information

#99BFAE (or 0x99BFAE) is unknown color: approx Skeptic. HEX triplet: 99, BF and AE. RGB value is (153,191,174). Sum of RGB (Red+Green+Blue) = 153+191+174=518 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.54% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 191 - color contains mainly: green. Hex color #99BFAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BFAE is #664051. Grayscale: #B1B1B1. Windows color (decimal): -6701138 or 11452313. OLE color: 11452313.

HSL color Cylindrical-coordinate representation of color #99BFAE: hue angle of 153.16º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #99BFAE is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB153191174-
CMYK0.2000.090.25
HSL153.16º22.89%67.45%-
HSV(B)153.16º19.9%74.9%-
XYZ39.4147.0947.06-
YUV177.7125.91110.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.54%
GREEN value IS 191 (75% from 255) = 36.87%
BLUE value IS 174 (68.36% from 255) = 33.59%
R=29.54%
G=36.87%
B=33.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531911740.2000.090.25153.1622.8967.45
Hex99BFAE140919991743
Octal231277256240113123127103
Binary10011001101111111010111010100010011100110011001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,191,174); }

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

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

 a { background-color: rgb(153,191,174); }

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

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

 span { border-color: rgb(153,191,174); }

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