Shades of Persian Green #00B89F
Tints of Persian Green #00B89F
RGB
CMYK
RGB Variations
Color information
#00B89F (or 0x00B89F) is known color: Persian Green. HEX triplet: 00, B8 and 9F. RGB value is (0,184,159). Sum of RGB (Red+Green+Blue) = 0+184+159=343 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 343); Green value is 184 (72.27% from 255 or 53.64% from 343); Blue value is 159 (62.5% from 255 or 46.36% from 343); Max value from RGB is 184 - color contains mainly: green. Hex color #00B89F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B89F is #FF4760. Grayscale: #7E7E7E. Windows color (decimal): -16729953 or 10467328. OLE color: 10467328.
HSL color Cylindrical-coordinate representation of color #00B89F: hue angle of 171.85º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B89F is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 184 | 159 | - |
| CMYK | 1 | 0 | 0.14 | 0.28 |
| HSL | 171.85º | 1% | 0.36% | - |
| HSV(B) | 171.85º | 1% | 0.72% | - |
| XYZ | 23.4 | 36.78 | 38.67 | - |
| YUV | 126.13 | 146.54 | 38.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 184 | 159 | 1 | 0 | 0.14 | 0.28 | 171.85 | 1 | 0.36 |
| Hex | 0 | B8 | 9F | 64 | 0 | E | 1C | AC | 64 | 24 |
| Octal | 0 | 270 | 237 | 144 | 0 | 16 | 34 | 254 | 144 | 44 |
| Binary | 0 | 10111000 | 10011111 | 1100100 | 0 | 1110 | 11100 | 10101100 | 1100100 | 100100 |
Color Harmonies of #00B89F
Complementary color
Monochromatic Colors of #00B89F
Black with #00B89F
Text Example
Text Example
White with #00B89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B89F; }
p { color: rgb(0,184,159); }
H1.HeaderClassName
{
color: #00B89F;
}
.AnyTagClassName
{
color: #00B89F;
}
</style>
background-color css
<style>
a { background-color: #00B89F; }
a { background-color: rgb(0,184,159); }
div.DivClassName
{
background-color: #00B89F;
}
.BgClassName
{
background-color: #00B89F;
}
</style>
border-color css
<style>
span { border-color: #00B89F; }
span { border-color: rgb(0,184,159); }
td.TdClassName
{
border-color: #00B89F;
}
.TagClassName
{
border-color: #00B89F;
}
</style>