Shades of Persian Green #00B7A8
Tints of Persian Green #00B7A8
RGB
CMYK
RGB Variations
Color information
#00B7A8 (or 0x00B7A8) is known color: Persian Green. HEX triplet: 00, B7 and A8. RGB value is (0,183,168). Sum of RGB (Red+Green+Blue) = 0+183+168=351 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 351); Green value is 183 (71.88% from 255 or 52.14% from 351); Blue value is 168 (66.02% from 255 or 47.86% from 351); Max value from RGB is 183 - color contains mainly: green. Hex color #00B7A8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B7A8 is #FF4857. Grayscale: #7E7E7E. Windows color (decimal): -16730200 or 11056896. OLE color: 11056896.
HSL color Cylindrical-coordinate representation of color #00B7A8: hue angle of 175.08º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B7A8 is Cyan = 1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 183 | 168 | - |
| CMYK | 1 | 0 | 0.08 | 0.28 |
| HSL | 175.08º | 1% | 0.36% | - |
| HSV(B) | 175.08º | 1% | 0.72% | - |
| XYZ | 24 | 36.69 | 42.86 | - |
| YUV | 126.57 | 151.37 | 37.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 183 | 168 | 1 | 0 | 0.08 | 0.28 | 175.08 | 1 | 0.36 |
| Hex | 0 | B7 | A8 | 64 | 0 | 8 | 1C | AF | 64 | 24 |
| Octal | 0 | 267 | 250 | 144 | 0 | 10 | 34 | 257 | 144 | 44 |
| Binary | 0 | 10110111 | 10101000 | 1100100 | 0 | 1000 | 11100 | 10101111 | 1100100 | 100100 |
Color Harmonies of #00B7A8
Complementary color
Monochromatic Colors of #00B7A8
Black with #00B7A8
Text Example
Text Example
White with #00B7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B7A8; }
p { color: rgb(0,183,168); }
H1.HeaderClassName
{
color: #00B7A8;
}
.AnyTagClassName
{
color: #00B7A8;
}
</style>
background-color css
<style>
a { background-color: #00B7A8; }
a { background-color: rgb(0,183,168); }
div.DivClassName
{
background-color: #00B7A8;
}
.BgClassName
{
background-color: #00B7A8;
}
</style>
border-color css
<style>
span { border-color: #00B7A8; }
span { border-color: rgb(0,183,168); }
td.TdClassName
{
border-color: #00B7A8;
}
.TagClassName
{
border-color: #00B7A8;
}
</style>