Shades of Persian Green #04B88D
Tints of Persian Green #04B88D
RGB
CMYK
RGB Variations
Color information
#04B88D (or 0x04B88D) is known color: Persian Green. HEX triplet: 04, B8 and 8D. RGB value is (4,184,141). Sum of RGB (Red+Green+Blue) = 4+184+141=329 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 329); Green value is 184 (72.27% from 255 or 55.93% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 184 - color contains mainly: green. Hex color #04B88D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04B88D is #FB4772. Grayscale: #7D7D7D. Windows color (decimal): -16467827 or 9287684. OLE color: 9287684.
HSL color Cylindrical-coordinate representation of color #04B88D: hue angle of 165.67º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B88D is Cyan = 0.98, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 4 | 184 | 141 | - |
| CMYK | 0.98 | 0 | 0.23 | 0.28 |
| HSL | 165.67º | 0.96% | 0.37% | - |
| HSV(B) | 165.67º | 0.98% | 0.72% | - |
| XYZ | 22 | 36.23 | 31.03 | - |
| YUV | 125.28 | 136.87 | 41.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 184 | 141 | 0.98 | 0 | 0.23 | 0.28 | 165.67 | 0.96 | 0.37 |
| Hex | 4 | B8 | 8D | 62 | 0 | 17 | 1C | A6 | 60 | 25 |
| Octal | 4 | 270 | 215 | 142 | 0 | 27 | 34 | 246 | 140 | 45 |
| Binary | 100 | 10111000 | 10001101 | 1100010 | 0 | 10111 | 11100 | 10100110 | 1100000 | 100101 |
Color Harmonies of #04B88D
Complementary color
Monochromatic Colors of #04B88D
Black with #04B88D
Text Example
Text Example
White with #04B88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B88D; }
p { color: rgb(4,184,141); }
H1.HeaderClassName
{
color: #04B88D;
}
.AnyTagClassName
{
color: #04B88D;
}
</style>
background-color css
<style>
a { background-color: #04B88D; }
a { background-color: rgb(4,184,141); }
div.DivClassName
{
background-color: #04B88D;
}
.BgClassName
{
background-color: #04B88D;
}
</style>
border-color css
<style>
span { border-color: #04B88D; }
span { border-color: rgb(4,184,141); }
td.TdClassName
{
border-color: #04B88D;
}
.TagClassName
{
border-color: #04B88D;
}
</style>