Shades of Persian Green #00B98B
Tints of Persian Green #00B98B
RGB
CMYK
RGB Variations
Color information
#00B98B (or 0x00B98B) is known color: Persian Green. HEX triplet: 00, B9 and 8B. RGB value is (0,185,139). Sum of RGB (Red+Green+Blue) = 0+185+139=324 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 324); Green value is 185 (72.66% from 255 or 57.10% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 185 - color contains mainly: green. Hex color #00B98B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B98B is #FF4674. Grayscale: #7C7C7C. Windows color (decimal): -16729717 or 9156864. OLE color: 9156864.
HSL color Cylindrical-coordinate representation of color #00B98B: hue angle of 165.08º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B98B is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 185 | 139 | - |
| CMYK | 1 | 0 | 0.25 | 0.27 |
| HSL | 165.08º | 1% | 0.36% | - |
| HSV(B) | 165.08º | 1% | 0.73% | - |
| XYZ | 22.01 | 36.56 | 30.32 | - |
| YUV | 124.44 | 136.21 | 39.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 185 | 139 | 1 | 0 | 0.25 | 0.27 | 165.08 | 1 | 0.36 |
| Hex | 0 | B9 | 8B | 64 | 0 | 19 | 1B | A5 | 64 | 24 |
| Octal | 0 | 271 | 213 | 144 | 0 | 31 | 33 | 245 | 144 | 44 |
| Binary | 0 | 10111001 | 10001011 | 1100100 | 0 | 11001 | 11011 | 10100101 | 1100100 | 100100 |
Color Harmonies of #00B98B
Complementary color
Monochromatic Colors of #00B98B
Black with #00B98B
Text Example
Text Example
White with #00B98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B98B; }
p { color: rgb(0,185,139); }
H1.HeaderClassName
{
color: #00B98B;
}
.AnyTagClassName
{
color: #00B98B;
}
</style>
background-color css
<style>
a { background-color: #00B98B; }
a { background-color: rgb(0,185,139); }
div.DivClassName
{
background-color: #00B98B;
}
.BgClassName
{
background-color: #00B98B;
}
</style>
border-color css
<style>
span { border-color: #00B98B; }
span { border-color: rgb(0,185,139); }
td.TdClassName
{
border-color: #00B98B;
}
.TagClassName
{
border-color: #00B98B;
}
</style>