Shades of Persian Green #00B688
Tints of Persian Green #00B688
RGB
CMYK
RGB Variations
Color information
#00B688 (or 0x00B688) is known color: Persian Green. HEX triplet: 00, B6 and 88. RGB value is (0,182,136). Sum of RGB (Red+Green+Blue) = 0+182+136=318 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 318); Green value is 182 (71.48% from 255 or 57.23% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 182 - color contains mainly: green. Hex color #00B688 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B688 is #FF4977. Grayscale: #7A7A7A. Windows color (decimal): -16730488 or 8959488. OLE color: 8959488.
HSL color Cylindrical-coordinate representation of color #00B688: hue angle of 164.84º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B688 is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 182 | 136 | - |
| CMYK | 1 | 0 | 0.25 | 0.29 |
| HSL | 164.84º | 1% | 0.36% | - |
| HSV(B) | 164.84º | 1% | 0.71% | - |
| XYZ | 21.17 | 35.23 | 28.98 | - |
| YUV | 122.34 | 135.7 | 40.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 182 | 136 | 1 | 0 | 0.25 | 0.29 | 164.84 | 1 | 0.36 |
| Hex | 0 | B6 | 88 | 64 | 0 | 19 | 1D | A5 | 64 | 24 |
| Octal | 0 | 266 | 210 | 144 | 0 | 31 | 35 | 245 | 144 | 44 |
| Binary | 0 | 10110110 | 10001000 | 1100100 | 0 | 11001 | 11101 | 10100101 | 1100100 | 100100 |
Color Harmonies of #00B688
Complementary color
Monochromatic Colors of #00B688
Black with #00B688
Text Example
Text Example
White with #00B688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B688; }
p { color: rgb(0,182,136); }
H1.HeaderClassName
{
color: #00B688;
}
.AnyTagClassName
{
color: #00B688;
}
</style>
background-color css
<style>
a { background-color: #00B688; }
a { background-color: rgb(0,182,136); }
div.DivClassName
{
background-color: #00B688;
}
.BgClassName
{
background-color: #00B688;
}
</style>
border-color css
<style>
span { border-color: #00B688; }
span { border-color: rgb(0,182,136); }
td.TdClassName
{
border-color: #00B688;
}
.TagClassName
{
border-color: #00B688;
}
</style>