Shades of Skeptic #99BFAE
Tints of Skeptic #99BFAE
RGB
CMYK
RGB Variations
Color information
#99BFAE (or 0x99BFAE) is known color: 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
| RGB | 153 | 191 | 174 | - |
| CMYK | 0.20 | 0 | 0.09 | 0.25 |
| HSL | 153.16º | 0.23% | 0.67% | - |
| HSV(B) | 153.16º | 0.2% | 0.75% | - |
| XYZ | 39.41 | 47.09 | 47.06 | - |
| YUV | 177.7 | 125.91 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 191 | 174 | 0.20 | 0 | 0.09 | 0.25 | 153.16 | 0.23 | 0.67 |
| Hex | 99 | BF | AE | 14 | 0 | 9 | 19 | 99 | 17 | 43 |
| Octal | 231 | 277 | 256 | 24 | 0 | 11 | 31 | 231 | 27 | 103 |
| Binary | 10011001 | 10111111 | 10101110 | 10100 | 0 | 1001 | 11001 | 10011001 | 10111 | 1000011 |
Color Harmonies of #99BFAE
Complementary color
Monochromatic Colors of #99BFAE
Black with #99BFAE
Text Example
Text Example
White with #99BFAE
Text Example
Text Example
HTML Codes & Css Web 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>