Shades of Persian Green #00B88C
Tints of Persian Green #00B88C
RGB
CMYK
RGB Variations
Color information
#00B88C (or 0x00B88C) is known color: Persian Green. HEX triplet: 00, B8 and 8C. RGB value is (0,184,140). Sum of RGB (Red+Green+Blue) = 0+184+140=324 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 324); Green value is 184 (72.27% from 255 or 56.79% from 324); Blue value is 140 (55.08% from 255 or 43.21% from 324); Max value from RGB is 184 - color contains mainly: green. Hex color #00B88C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B88C is #FF4773. Grayscale: #7B7B7B. Windows color (decimal): -16729972 or 9222144. OLE color: 9222144.
HSL color Cylindrical-coordinate representation of color #00B88C: hue angle of 165.65º 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 #00B88C is Cyan = 1, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 184 | 140 | - |
| CMYK | 1 | 0 | 0.24 | 0.28 |
| HSL | 165.65º | 1% | 0.36% | - |
| HSV(B) | 165.65º | 1% | 0.72% | - |
| XYZ | 21.87 | 36.17 | 30.64 | - |
| YUV | 123.97 | 137.04 | 39.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 184 | 140 | 1 | 0 | 0.24 | 0.28 | 165.65 | 1 | 0.36 |
| Hex | 0 | B8 | 8C | 64 | 0 | 18 | 1C | A6 | 64 | 24 |
| Octal | 0 | 270 | 214 | 144 | 0 | 30 | 34 | 246 | 144 | 44 |
| Binary | 0 | 10111000 | 10001100 | 1100100 | 0 | 11000 | 11100 | 10100110 | 1100100 | 100100 |
Color Harmonies of #00B88C
Complementary color
Monochromatic Colors of #00B88C
Black with #00B88C
Text Example
Text Example
White with #00B88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B88C; }
p { color: rgb(0,184,140); }
H1.HeaderClassName
{
color: #00B88C;
}
.AnyTagClassName
{
color: #00B88C;
}
</style>
background-color css
<style>
a { background-color: #00B88C; }
a { background-color: rgb(0,184,140); }
div.DivClassName
{
background-color: #00B88C;
}
.BgClassName
{
background-color: #00B88C;
}
</style>
border-color css
<style>
span { border-color: #00B88C; }
span { border-color: rgb(0,184,140); }
td.TdClassName
{
border-color: #00B88C;
}
.TagClassName
{
border-color: #00B88C;
}
</style>