Shades of Persian Green #00B0A9
Tints of Persian Green #00B0A9
RGB
CMYK
RGB Variations
Color information
#00B0A9 (or 0x00B0A9) is known color: Persian Green. HEX triplet: 00, B0 and A9. RGB value is (0,176,169). Sum of RGB (Red+Green+Blue) = 0+176+169=345 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 345); Green value is 176 (69.14% from 255 or 51.01% from 345); Blue value is 169 (66.41% from 255 or 48.99% from 345); Max value from RGB is 176 - color contains mainly: green. Hex color #00B0A9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00B0A9 is #FF4F56. Grayscale: #7A7A7A. Windows color (decimal): -16731991 or 11120640. OLE color: 11120640.
HSL color Cylindrical-coordinate representation of color #00B0A9: hue angle of 177.61º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B0A9 is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 176 | 169 | - |
| CMYK | 1 | 0 | 0.04 | 0.31 |
| HSL | 177.61º | 1% | 0.35% | - |
| HSV(B) | 177.61º | 1% | 0.69% | - |
| XYZ | 22.69 | 33.92 | 42.89 | - |
| YUV | 122.58 | 154.19 | 40.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 176 | 169 | 1 | 0 | 0.04 | 0.31 | 177.61 | 1 | 0.35 |
| Hex | 0 | B0 | A9 | 64 | 0 | 4 | 1F | B2 | 64 | 23 |
| Octal | 0 | 260 | 251 | 144 | 0 | 4 | 37 | 262 | 144 | 43 |
| Binary | 0 | 10110000 | 10101001 | 1100100 | 0 | 100 | 11111 | 10110010 | 1100100 | 100011 |
Color Harmonies of #00B0A9
Complementary color
Monochromatic Colors of #00B0A9
Black with #00B0A9
Text Example
Text Example
White with #00B0A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B0A9; }
p { color: rgb(0,176,169); }
H1.HeaderClassName
{
color: #00B0A9;
}
.AnyTagClassName
{
color: #00B0A9;
}
</style>
background-color css
<style>
a { background-color: #00B0A9; }
a { background-color: rgb(0,176,169); }
div.DivClassName
{
background-color: #00B0A9;
}
.BgClassName
{
background-color: #00B0A9;
}
</style>
border-color css
<style>
span { border-color: #00B0A9; }
span { border-color: rgb(0,176,169); }
td.TdClassName
{
border-color: #00B0A9;
}
.TagClassName
{
border-color: #00B0A9;
}
</style>