Shades of Persian Green #00B8A2
Tints of Persian Green #00B8A2
RGB
CMYK
RGB Variations
Color information
#00B8A2 (or 0x00B8A2) is known color: Persian Green. HEX triplet: 00, B8 and A2. RGB value is (0,184,162). Sum of RGB (Red+Green+Blue) = 0+184+162=346 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 346); Green value is 184 (72.27% from 255 or 53.18% from 346); Blue value is 162 (63.67% from 255 or 46.82% from 346); Max value from RGB is 184 - color contains mainly: green. Hex color #00B8A2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B8A2 is #FF475D. Grayscale: #7E7E7E. Windows color (decimal): -16729950 or 10663936. OLE color: 10663936.
HSL color Cylindrical-coordinate representation of color #00B8A2: hue angle of 172.83º 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 #00B8A2 is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 184 | 162 | - |
| CMYK | 1 | 0 | 0.12 | 0.28 |
| HSL | 172.83º | 1% | 0.36% | - |
| HSV(B) | 172.83º | 1% | 0.72% | - |
| XYZ | 23.66 | 36.89 | 40.06 | - |
| YUV | 126.48 | 148.04 | 37.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 184 | 162 | 1 | 0 | 0.12 | 0.28 | 172.83 | 1 | 0.36 |
| Hex | 0 | B8 | A2 | 64 | 0 | C | 1C | AD | 64 | 24 |
| Octal | 0 | 270 | 242 | 144 | 0 | 14 | 34 | 255 | 144 | 44 |
| Binary | 0 | 10111000 | 10100010 | 1100100 | 0 | 1100 | 11100 | 10101101 | 1100100 | 100100 |
Color Harmonies of #00B8A2
Complementary color
Monochromatic Colors of #00B8A2
Black with #00B8A2
Text Example
Text Example
White with #00B8A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B8A2; }
p { color: rgb(0,184,162); }
H1.HeaderClassName
{
color: #00B8A2;
}
.AnyTagClassName
{
color: #00B8A2;
}
</style>
background-color css
<style>
a { background-color: #00B8A2; }
a { background-color: rgb(0,184,162); }
div.DivClassName
{
background-color: #00B8A2;
}
.BgClassName
{
background-color: #00B8A2;
}
</style>
border-color css
<style>
span { border-color: #00B8A2; }
span { border-color: rgb(0,184,162); }
td.TdClassName
{
border-color: #00B8A2;
}
.TagClassName
{
border-color: #00B8A2;
}
</style>