Shades of Persian Green #00B498
Tints of Persian Green #00B498
RGB
CMYK
RGB Variations
Color information
#00B498 (or 0x00B498) is known color: Persian Green. HEX triplet: 00, B4 and 98. RGB value is (0,180,152). Sum of RGB (Red+Green+Blue) = 0+180+152=332 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 332); Green value is 180 (70.70% from 255 or 54.22% from 332); Blue value is 152 (59.77% from 255 or 45.78% from 332); Max value from RGB is 180 - color contains mainly: green. Hex color #00B498 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B498 is #FF4B67. Grayscale: #7A7A7A. Windows color (decimal): -16730984 or 10007552. OLE color: 10007552.
HSL color Cylindrical-coordinate representation of color #00B498: hue angle of 170.67º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B498 is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 180 | 152 | - |
| CMYK | 1 | 0 | 0.16 | 0.29 |
| HSL | 170.67º | 1% | 0.35% | - |
| HSV(B) | 170.67º | 1% | 0.71% | - |
| XYZ | 21.99 | 34.91 | 35.29 | - |
| YUV | 122.99 | 144.37 | 40.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 180 | 152 | 1 | 0 | 0.16 | 0.29 | 170.67 | 1 | 0.35 |
| Hex | 0 | B4 | 98 | 64 | 0 | 10 | 1D | AB | 64 | 23 |
| Octal | 0 | 264 | 230 | 144 | 0 | 20 | 35 | 253 | 144 | 43 |
| Binary | 0 | 10110100 | 10011000 | 1100100 | 0 | 10000 | 11101 | 10101011 | 1100100 | 100011 |
Color Harmonies of #00B498
Complementary color
Monochromatic Colors of #00B498
Black with #00B498
Text Example
Text Example
White with #00B498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B498; }
p { color: rgb(0,180,152); }
H1.HeaderClassName
{
color: #00B498;
}
.AnyTagClassName
{
color: #00B498;
}
</style>
background-color css
<style>
a { background-color: #00B498; }
a { background-color: rgb(0,180,152); }
div.DivClassName
{
background-color: #00B498;
}
.BgClassName
{
background-color: #00B498;
}
</style>
border-color css
<style>
span { border-color: #00B498; }
span { border-color: rgb(0,180,152); }
td.TdClassName
{
border-color: #00B498;
}
.TagClassName
{
border-color: #00B498;
}
</style>