Shades of Persian Green #00B2A6
Tints of Persian Green #00B2A6
RGB
CMYK
RGB Variations
Color information
#00B2A6 (or 0x00B2A6) is known color: Persian Green. HEX triplet: 00, B2 and A6. RGB value is (0,178,166). Sum of RGB (Red+Green+Blue) = 0+178+166=344 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 344); Green value is 178 (69.92% from 255 or 51.74% from 344); Blue value is 166 (65.23% from 255 or 48.26% from 344); Max value from RGB is 178 - color contains mainly: green. Hex color #00B2A6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00B2A6 is #FF4D59. Grayscale: #7B7B7B. Windows color (decimal): -16731482 or 10924544. OLE color: 10924544.
HSL color Cylindrical-coordinate representation of color #00B2A6: hue angle of 175.96º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B2A6 is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 0 | 178 | 166 | - |
| CMYK | 1 | 0 | 0.07 | 0.30 |
| HSL | 175.96º | 1% | 0.35% | - |
| HSV(B) | 175.96º | 1% | 0.7% | - |
| XYZ | 22.8 | 34.59 | 41.55 | - |
| YUV | 123.41 | 152.03 | 39.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 178 | 166 | 1 | 0 | 0.07 | 0.30 | 175.96 | 1 | 0.35 |
| Hex | 0 | B2 | A6 | 64 | 0 | 7 | 1E | B0 | 64 | 23 |
| Octal | 0 | 262 | 246 | 144 | 0 | 7 | 36 | 260 | 144 | 43 |
| Binary | 0 | 10110010 | 10100110 | 1100100 | 0 | 111 | 11110 | 10110000 | 1100100 | 100011 |
Color Harmonies of #00B2A6
Complementary color
Monochromatic Colors of #00B2A6
Black with #00B2A6
Text Example
Text Example
White with #00B2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B2A6; }
p { color: rgb(0,178,166); }
H1.HeaderClassName
{
color: #00B2A6;
}
.AnyTagClassName
{
color: #00B2A6;
}
</style>
background-color css
<style>
a { background-color: #00B2A6; }
a { background-color: rgb(0,178,166); }
div.DivClassName
{
background-color: #00B2A6;
}
.BgClassName
{
background-color: #00B2A6;
}
</style>
border-color css
<style>
span { border-color: #00B2A6; }
span { border-color: rgb(0,178,166); }
td.TdClassName
{
border-color: #00B2A6;
}
.TagClassName
{
border-color: #00B2A6;
}
</style>