Shades of Persian Green #00B7A9
Tints of Persian Green #00B7A9
RGB
CMYK
RGB Variations
Color information
#00B7A9 (or 0x00B7A9) is known color: Persian Green. HEX triplet: 00, B7 and A9. RGB value is (0,183,169). Sum of RGB (Red+Green+Blue) = 0+183+169=352 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 352); Green value is 183 (71.88% from 255 or 51.99% from 352); Blue value is 169 (66.41% from 255 or 48.01% from 352); Max value from RGB is 183 - color contains mainly: green. Hex color #00B7A9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B7A9 is #FF4856. Grayscale: #7E7E7E. Windows color (decimal): -16730199 or 11122432. OLE color: 11122432.
HSL color Cylindrical-coordinate representation of color #00B7A9: hue angle of 175.41º 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 #00B7A9 is Cyan = 1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 183 | 169 | - |
| CMYK | 1 | 0 | 0.08 | 0.28 |
| HSL | 175.41º | 1% | 0.36% | - |
| HSV(B) | 175.41º | 1% | 0.72% | - |
| XYZ | 24.09 | 36.73 | 43.36 | - |
| YUV | 126.69 | 151.87 | 37.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 183 | 169 | 1 | 0 | 0.08 | 0.28 | 175.41 | 1 | 0.36 |
| Hex | 0 | B7 | A9 | 64 | 0 | 8 | 1C | AF | 64 | 24 |
| Octal | 0 | 267 | 251 | 144 | 0 | 10 | 34 | 257 | 144 | 44 |
| Binary | 0 | 10110111 | 10101001 | 1100100 | 0 | 1000 | 11100 | 10101111 | 1100100 | 100100 |
Color Harmonies of #00B7A9
Complementary color
Monochromatic Colors of #00B7A9
Black with #00B7A9
Text Example
Text Example
White with #00B7A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B7A9; }
p { color: rgb(0,183,169); }
H1.HeaderClassName
{
color: #00B7A9;
}
.AnyTagClassName
{
color: #00B7A9;
}
</style>
background-color css
<style>
a { background-color: #00B7A9; }
a { background-color: rgb(0,183,169); }
div.DivClassName
{
background-color: #00B7A9;
}
.BgClassName
{
background-color: #00B7A9;
}
</style>
border-color css
<style>
span { border-color: #00B7A9; }
span { border-color: rgb(0,183,169); }
td.TdClassName
{
border-color: #00B7A9;
}
.TagClassName
{
border-color: #00B7A9;
}
</style>