Shades of Persian Green #04AF8C
Tints of Persian Green #04AF8C
RGB
CMYK
RGB Variations
Color information
#04AF8C (or 0x04AF8C) is known color: Persian Green. HEX triplet: 04, AF and 8C. RGB value is (4,175,140). Sum of RGB (Red+Green+Blue) = 4+175+140=319 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 319); Green value is 175 (68.75% from 255 or 54.86% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 175 - color contains mainly: green. Hex color #04AF8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04AF8C is #FB5073. Grayscale: #777777. Windows color (decimal): -16470132 or 9219844. OLE color: 9219844.
HSL color Cylindrical-coordinate representation of color #04AF8C: hue angle of 167.72º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AF8C is Cyan = 0.98, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 4 | 175 | 140 | - |
| CMYK | 0.98 | 0 | 0.2 | 0.31 |
| HSL | 167.72º | 0.96% | 0.35% | - |
| HSV(B) | 167.72º | 0.98% | 0.69% | - |
| XYZ | 20.11 | 32.58 | 30.04 | - |
| YUV | 119.88 | 139.35 | 45.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 175 | 140 | 0.98 | 0 | 0.2 | 0.31 | 167.72 | 0.96 | 0.35 |
| Hex | 4 | AF | 8C | 62 | 0 | 14 | 1F | A8 | 60 | 23 |
| Octal | 4 | 257 | 214 | 142 | 0 | 24 | 37 | 250 | 140 | 43 |
| Binary | 100 | 10101111 | 10001100 | 1100010 | 0 | 10100 | 11111 | 10101000 | 1100000 | 100011 |
Color Harmonies of #04AF8C
Complementary color
Monochromatic Colors of #04AF8C
Black with #04AF8C
Text Example
Text Example
White with #04AF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AF8C; }
p { color: rgb(4,175,140); }
H1.HeaderClassName
{
color: #04AF8C;
}
.AnyTagClassName
{
color: #04AF8C;
}
</style>
background-color css
<style>
a { background-color: #04AF8C; }
a { background-color: rgb(4,175,140); }
div.DivClassName
{
background-color: #04AF8C;
}
.BgClassName
{
background-color: #04AF8C;
}
</style>
border-color css
<style>
span { border-color: #04AF8C; }
span { border-color: rgb(4,175,140); }
td.TdClassName
{
border-color: #04AF8C;
}
.TagClassName
{
border-color: #04AF8C;
}
</style>