Shades of Persian Green #00B7AA
Tints of Persian Green #00B7AA
RGB
CMYK
RGB Variations
Color information
#00B7AA (or 0x00B7AA) is known color: Persian Green. HEX triplet: 00, B7 and AA. RGB value is (0,183,170). Sum of RGB (Red+Green+Blue) = 0+183+170=353 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 353); Green value is 183 (71.88% from 255 or 51.84% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 183 - color contains mainly: green. Hex color #00B7AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B7AA is #FF4855. Grayscale: #7E7E7E. Windows color (decimal): -16730198 or 11187968. OLE color: 11187968.
HSL color Cylindrical-coordinate representation of color #00B7AA: hue angle of 175.74º 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 #00B7AA is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 183 | 170 | - |
| CMYK | 1 | 0 | 0.07 | 0.28 |
| HSL | 175.74º | 1% | 0.36% | - |
| HSV(B) | 175.74º | 1% | 0.72% | - |
| XYZ | 24.19 | 36.77 | 43.85 | - |
| YUV | 126.8 | 152.37 | 37.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 183 | 170 | 1 | 0 | 0.07 | 0.28 | 175.74 | 1 | 0.36 |
| Hex | 0 | B7 | AA | 64 | 0 | 7 | 1C | B0 | 64 | 24 |
| Octal | 0 | 267 | 252 | 144 | 0 | 7 | 34 | 260 | 144 | 44 |
| Binary | 0 | 10110111 | 10101010 | 1100100 | 0 | 111 | 11100 | 10110000 | 1100100 | 100100 |
Color Harmonies of #00B7AA
Complementary color
Monochromatic Colors of #00B7AA
Black with #00B7AA
Text Example
Text Example
White with #00B7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B7AA; }
p { color: rgb(0,183,170); }
H1.HeaderClassName
{
color: #00B7AA;
}
.AnyTagClassName
{
color: #00B7AA;
}
</style>
background-color css
<style>
a { background-color: #00B7AA; }
a { background-color: rgb(0,183,170); }
div.DivClassName
{
background-color: #00B7AA;
}
.BgClassName
{
background-color: #00B7AA;
}
</style>
border-color css
<style>
span { border-color: #00B7AA; }
span { border-color: rgb(0,183,170); }
td.TdClassName
{
border-color: #00B7AA;
}
.TagClassName
{
border-color: #00B7AA;
}
</style>