Shades of Persian Green #00AB8F
Tints of Persian Green #00AB8F
RGB
CMYK
RGB Variations
Color information
#00AB8F (or 0x00AB8F) is known color: Persian Green. HEX triplet: 00, AB and 8F. RGB value is (0,171,143). Sum of RGB (Red+Green+Blue) = 0+171+143=314 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 314); Green value is 171 (67.19% from 255 or 54.46% from 314); Blue value is 143 (56.25% from 255 or 45.54% from 314); Max value from RGB is 171 - color contains mainly: green. Hex color #00AB8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00AB8F is #FF5470. Grayscale: #747474. Windows color (decimal): -16733297 or 9415424. OLE color: 9415424.
HSL color Cylindrical-coordinate representation of color #00AB8F: hue angle of 170.18º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AB8F is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 171 | 143 | - |
| CMYK | 1 | 0 | 0.16 | 0.33 |
| HSL | 170.18º | 1% | 0.34% | - |
| HSV(B) | 170.18º | 1% | 0.67% | - |
| XYZ | 19.52 | 31.11 | 30.96 | - |
| YUV | 116.68 | 142.85 | 44.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 171 | 143 | 1 | 0 | 0.16 | 0.33 | 170.18 | 1 | 0.34 |
| Hex | 0 | AB | 8F | 64 | 0 | 10 | 21 | AA | 64 | 22 |
| Octal | 0 | 253 | 217 | 144 | 0 | 20 | 41 | 252 | 144 | 42 |
| Binary | 0 | 10101011 | 10001111 | 1100100 | 0 | 10000 | 100001 | 10101010 | 1100100 | 100010 |
Color Harmonies of #00AB8F
Complementary color
Monochromatic Colors of #00AB8F
Black with #00AB8F
Text Example
Text Example
White with #00AB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AB8F; }
p { color: rgb(0,171,143); }
H1.HeaderClassName
{
color: #00AB8F;
}
.AnyTagClassName
{
color: #00AB8F;
}
</style>
background-color css
<style>
a { background-color: #00AB8F; }
a { background-color: rgb(0,171,143); }
div.DivClassName
{
background-color: #00AB8F;
}
.BgClassName
{
background-color: #00AB8F;
}
</style>
border-color css
<style>
span { border-color: #00AB8F; }
span { border-color: rgb(0,171,143); }
td.TdClassName
{
border-color: #00AB8F;
}
.TagClassName
{
border-color: #00AB8F;
}
</style>