Shades of Persian Green #00B088
Tints of Persian Green #00B088
RGB
CMYK
RGB Variations
Color information
#00B088 (or 0x00B088) is known color: Persian Green. HEX triplet: 00, B0 and 88. RGB value is (0,176,136). Sum of RGB (Red+Green+Blue) = 0+176+136=312 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 312); Green value is 176 (69.14% from 255 or 56.41% from 312); Blue value is 136 (53.52% from 255 or 43.59% from 312); Max value from RGB is 176 - color contains mainly: green. Hex color #00B088 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00B088 is #FF4F77. Grayscale: #767676. Windows color (decimal): -16732024 or 8957952. OLE color: 8957952.
HSL color Cylindrical-coordinate representation of color #00B088: hue angle of 166.36º 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 #00B088 is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 176 | 136 | - |
| CMYK | 1 | 0 | 0.23 | 0.31 |
| HSL | 166.36º | 1% | 0.35% | - |
| HSV(B) | 166.36º | 1% | 0.69% | - |
| XYZ | 19.97 | 32.83 | 28.58 | - |
| YUV | 118.82 | 137.69 | 43.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 176 | 136 | 1 | 0 | 0.23 | 0.31 | 166.36 | 1 | 0.35 |
| Hex | 0 | B0 | 88 | 64 | 0 | 17 | 1F | A6 | 64 | 23 |
| Octal | 0 | 260 | 210 | 144 | 0 | 27 | 37 | 246 | 144 | 43 |
| Binary | 0 | 10110000 | 10001000 | 1100100 | 0 | 10111 | 11111 | 10100110 | 1100100 | 100011 |
Color Harmonies of #00B088
Complementary color
Monochromatic Colors of #00B088
Black with #00B088
Text Example
Text Example
White with #00B088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B088; }
p { color: rgb(0,176,136); }
H1.HeaderClassName
{
color: #00B088;
}
.AnyTagClassName
{
color: #00B088;
}
</style>
background-color css
<style>
a { background-color: #00B088; }
a { background-color: rgb(0,176,136); }
div.DivClassName
{
background-color: #00B088;
}
.BgClassName
{
background-color: #00B088;
}
</style>
border-color css
<style>
span { border-color: #00B088; }
span { border-color: rgb(0,176,136); }
td.TdClassName
{
border-color: #00B088;
}
.TagClassName
{
border-color: #00B088;
}
</style>