Shades of Persian Green #00B286
Tints of Persian Green #00B286
RGB
CMYK
RGB Variations
Color information
#00B286 (or 0x00B286) is known color: Persian Green. HEX triplet: 00, B2 and 86. RGB value is (0,178,134). Sum of RGB (Red+Green+Blue) = 0+178+134=312 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 312); Green value is 178 (69.92% from 255 or 57.05% from 312); Blue value is 134 (52.73% from 255 or 42.95% from 312); Max value from RGB is 178 - color contains mainly: green. Hex color #00B286 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00B286 is #FF4D79. Grayscale: #777777. Windows color (decimal): -16731514 or 8827392. OLE color: 8827392.
HSL color Cylindrical-coordinate representation of color #00B286: hue angle of 165.17º 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 #00B286 is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 0 | 178 | 134 | - |
| CMYK | 1 | 0 | 0.25 | 0.30 |
| HSL | 165.17º | 1% | 0.35% | - |
| HSV(B) | 165.17º | 1% | 0.7% | - |
| XYZ | 20.22 | 33.56 | 27.97 | - |
| YUV | 119.76 | 136.03 | 42.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 178 | 134 | 1 | 0 | 0.25 | 0.30 | 165.17 | 1 | 0.35 |
| Hex | 0 | B2 | 86 | 64 | 0 | 19 | 1E | A5 | 64 | 23 |
| Octal | 0 | 262 | 206 | 144 | 0 | 31 | 36 | 245 | 144 | 43 |
| Binary | 0 | 10110010 | 10000110 | 1100100 | 0 | 11001 | 11110 | 10100101 | 1100100 | 100011 |
Color Harmonies of #00B286
Complementary color
Monochromatic Colors of #00B286
Black with #00B286
Text Example
Text Example
White with #00B286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B286; }
p { color: rgb(0,178,134); }
H1.HeaderClassName
{
color: #00B286;
}
.AnyTagClassName
{
color: #00B286;
}
</style>
background-color css
<style>
a { background-color: #00B286; }
a { background-color: rgb(0,178,134); }
div.DivClassName
{
background-color: #00B286;
}
.BgClassName
{
background-color: #00B286;
}
</style>
border-color css
<style>
span { border-color: #00B286; }
span { border-color: rgb(0,178,134); }
td.TdClassName
{
border-color: #00B286;
}
.TagClassName
{
border-color: #00B286;
}
</style>