Shades of Persian Green #00B085
Tints of Persian Green #00B085
RGB
CMYK
RGB Variations
Color information
#00B085 (or 0x00B085) is known color: Persian Green. HEX triplet: 00, B0 and 85. RGB value is (0,176,133). Sum of RGB (Red+Green+Blue) = 0+176+133=309 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 309); Green value is 176 (69.14% from 255 or 56.96% from 309); Blue value is 133 (52.34% from 255 or 43.04% from 309); Max value from RGB is 176 - color contains mainly: green. Hex color #00B085 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00B085 is #FF4F7A. Grayscale: #767676. Windows color (decimal): -16732027 or 8761344. OLE color: 8761344.
HSL color Cylindrical-coordinate representation of color #00B085: hue angle of 165.34º 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 #00B085 is Cyan = 1, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 176 | 133 | - |
| CMYK | 1 | 0 | 0.24 | 0.31 |
| HSL | 165.34º | 1% | 0.35% | - |
| HSV(B) | 165.34º | 1% | 0.69% | - |
| XYZ | 19.76 | 32.74 | 27.47 | - |
| YUV | 118.47 | 136.19 | 43.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 176 | 133 | 1 | 0 | 0.24 | 0.31 | 165.34 | 1 | 0.35 |
| Hex | 0 | B0 | 85 | 64 | 0 | 18 | 1F | A5 | 64 | 23 |
| Octal | 0 | 260 | 205 | 144 | 0 | 30 | 37 | 245 | 144 | 43 |
| Binary | 0 | 10110000 | 10000101 | 1100100 | 0 | 11000 | 11111 | 10100101 | 1100100 | 100011 |
Color Harmonies of #00B085
Complementary color
Monochromatic Colors of #00B085
Black with #00B085
Text Example
Text Example
White with #00B085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B085; }
p { color: rgb(0,176,133); }
H1.HeaderClassName
{
color: #00B085;
}
.AnyTagClassName
{
color: #00B085;
}
</style>
background-color css
<style>
a { background-color: #00B085; }
a { background-color: rgb(0,176,133); }
div.DivClassName
{
background-color: #00B085;
}
.BgClassName
{
background-color: #00B085;
}
</style>
border-color css
<style>
span { border-color: #00B085; }
span { border-color: rgb(0,176,133); }
td.TdClassName
{
border-color: #00B085;
}
.TagClassName
{
border-color: #00B085;
}
</style>