Shades of Skeptic #89C2A8
Tints of Skeptic #89C2A8
RGB
CMYK
RGB Variations
Color information
#89C2A8 (or 0x89C2A8) is known color: Skeptic. HEX triplet: 89, C2 and A8. RGB value is (137,194,168). Sum of RGB (Red+Green+Blue) = 137+194+168=499 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.45% from 499); Green value is 194 (76.17% from 255 or 38.88% from 499); Blue value is 168 (66.02% from 255 or 33.67% from 499); Max value from RGB is 194 - color contains mainly: green. Hex color #89C2A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89C2A8 is #763D57. Grayscale: #AEAEAE. Windows color (decimal): -7748952 or 11059849. OLE color: 11059849.
HSL color Cylindrical-coordinate representation of color #89C2A8: hue angle of 152.63º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #89C2A8 is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 194 | 168 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.24 |
| HSL | 152.63º | 0.32% | 0.65% | - |
| HSV(B) | 152.63º | 0.29% | 0.76% | - |
| XYZ | 36.68 | 46.73 | 44.13 | - |
| YUV | 173.99 | 124.62 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 194 | 168 | 0.29 | 0 | 0.13 | 0.24 | 152.63 | 0.32 | 0.65 |
| Hex | 89 | C2 | A8 | 1D | 0 | D | 18 | 99 | 20 | 41 |
| Octal | 211 | 302 | 250 | 35 | 0 | 15 | 30 | 231 | 40 | 101 |
| Binary | 10001001 | 11000010 | 10101000 | 11101 | 0 | 1101 | 11000 | 10011001 | 100000 | 1000001 |
Color Harmonies of #89C2A8
Complementary color
Monochromatic Colors of #89C2A8
Black with #89C2A8
Text Example
Text Example
White with #89C2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C2A8; }
p { color: rgb(137,194,168); }
H1.HeaderClassName
{
color: #89C2A8;
}
.AnyTagClassName
{
color: #89C2A8;
}
</style>
background-color css
<style>
a { background-color: #89C2A8; }
a { background-color: rgb(137,194,168); }
div.DivClassName
{
background-color: #89C2A8;
}
.BgClassName
{
background-color: #89C2A8;
}
</style>
border-color css
<style>
span { border-color: #89C2A8; }
span { border-color: rgb(137,194,168); }
td.TdClassName
{
border-color: #89C2A8;
}
.TagClassName
{
border-color: #89C2A8;
}
</style>