Shades of Persian Green #00B89D
Tints of Persian Green #00B89D
RGB
CMYK
RGB Variations
Color information
#00B89D (or 0x00B89D) is known color: Persian Green. HEX triplet: 00, B8 and 9D. RGB value is (0,184,157). Sum of RGB (Red+Green+Blue) = 0+184+157=341 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 341); Green value is 184 (72.27% from 255 or 53.96% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 184 - color contains mainly: green. Hex color #00B89D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B89D is #FF4762. Grayscale: #7D7D7D. Windows color (decimal): -16729955 or 10336256. OLE color: 10336256.
HSL color Cylindrical-coordinate representation of color #00B89D: hue angle of 171.2º 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 #00B89D is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 184 | 157 | - |
| CMYK | 1 | 0 | 0.15 | 0.28 |
| HSL | 171.2º | 1% | 0.36% | - |
| HSV(B) | 171.2º | 1% | 0.72% | - |
| XYZ | 23.23 | 36.72 | 37.76 | - |
| YUV | 125.91 | 145.54 | 38.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 184 | 157 | 1 | 0 | 0.15 | 0.28 | 171.2 | 1 | 0.36 |
| Hex | 0 | B8 | 9D | 64 | 0 | F | 1C | AB | 64 | 24 |
| Octal | 0 | 270 | 235 | 144 | 0 | 17 | 34 | 253 | 144 | 44 |
| Binary | 0 | 10111000 | 10011101 | 1100100 | 0 | 1111 | 11100 | 10101011 | 1100100 | 100100 |
Color Harmonies of #00B89D
Complementary color
Monochromatic Colors of #00B89D
Black with #00B89D
Text Example
Text Example
White with #00B89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B89D; }
p { color: rgb(0,184,157); }
H1.HeaderClassName
{
color: #00B89D;
}
.AnyTagClassName
{
color: #00B89D;
}
</style>
background-color css
<style>
a { background-color: #00B89D; }
a { background-color: rgb(0,184,157); }
div.DivClassName
{
background-color: #00B89D;
}
.BgClassName
{
background-color: #00B89D;
}
</style>
border-color css
<style>
span { border-color: #00B89D; }
span { border-color: rgb(0,184,157); }
td.TdClassName
{
border-color: #00B89D;
}
.TagClassName
{
border-color: #00B89D;
}
</style>