Shades of Skeptic #94BFA9
Tints of Skeptic #94BFA9
RGB
CMYK
RGB Variations
Color information
#94BFA9 (or 0x94BFA9) is known color: Skeptic. HEX triplet: 94, BF and A9. RGB value is (148,191,169). Sum of RGB (Red+Green+Blue) = 148+191+169=508 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.13% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 169 (66.41% from 255 or 33.27% from 508); Max value from RGB is 191 - color contains mainly: green. Hex color #94BFA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BFA9 is #6B4056. Grayscale: #AFAFAF. Windows color (decimal): -7028823 or 11124628. OLE color: 11124628.
HSL color Cylindrical-coordinate representation of color #94BFA9: hue angle of 149.3º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #94BFA9 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 191 | 169 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.25 |
| HSL | 149.3º | 0.25% | 0.66% | - |
| HSV(B) | 149.3º | 0.23% | 0.75% | - |
| XYZ | 38 | 46.42 | 44.49 | - |
| YUV | 175.64 | 124.25 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 191 | 169 | 0.23 | 0 | 0.12 | 0.25 | 149.3 | 0.25 | 0.66 |
| Hex | 94 | BF | A9 | 17 | 0 | C | 19 | 95 | 19 | 42 |
| Octal | 224 | 277 | 251 | 27 | 0 | 14 | 31 | 225 | 31 | 102 |
| Binary | 10010100 | 10111111 | 10101001 | 10111 | 0 | 1100 | 11001 | 10010101 | 11001 | 1000010 |
Color Harmonies of #94BFA9
Complementary color
Monochromatic Colors of #94BFA9
Black with #94BFA9
Text Example
Text Example
White with #94BFA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BFA9; }
p { color: rgb(148,191,169); }
H1.HeaderClassName
{
color: #94BFA9;
}
.AnyTagClassName
{
color: #94BFA9;
}
</style>
background-color css
<style>
a { background-color: #94BFA9; }
a { background-color: rgb(148,191,169); }
div.DivClassName
{
background-color: #94BFA9;
}
.BgClassName
{
background-color: #94BFA9;
}
</style>
border-color css
<style>
span { border-color: #94BFA9; }
span { border-color: rgb(148,191,169); }
td.TdClassName
{
border-color: #94BFA9;
}
.TagClassName
{
border-color: #94BFA9;
}
</style>