Shades of Persian Green #04AF9B
Tints of Persian Green #04AF9B
RGB
CMYK
RGB Variations
Color information
#04AF9B (or 0x04AF9B) is known color: Persian Green. HEX triplet: 04, AF and 9B. RGB value is (4,175,155). Sum of RGB (Red+Green+Blue) = 4+175+155=334 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 334); Green value is 175 (68.75% from 255 or 52.40% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 175 - color contains mainly: green. Hex color #04AF9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04AF9B is #FB5064. Grayscale: #797979. Windows color (decimal): -16470117 or 10202884. OLE color: 10202884.
HSL color Cylindrical-coordinate representation of color #04AF9B: hue angle of 172.98º 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 #04AF9B is Cyan = 0.98, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 4 | 175 | 155 | - |
| CMYK | 0.98 | 0 | 0.11 | 0.31 |
| HSL | 172.98º | 0.96% | 0.35% | - |
| HSV(B) | 172.98º | 0.98% | 0.69% | - |
| XYZ | 21.3 | 33.05 | 36.27 | - |
| YUV | 121.59 | 146.85 | 44.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 175 | 155 | 0.98 | 0 | 0.11 | 0.31 | 172.98 | 0.96 | 0.35 |
| Hex | 4 | AF | 9B | 62 | 0 | B | 1F | AD | 60 | 23 |
| Octal | 4 | 257 | 233 | 142 | 0 | 13 | 37 | 255 | 140 | 43 |
| Binary | 100 | 10101111 | 10011011 | 1100010 | 0 | 1011 | 11111 | 10101101 | 1100000 | 100011 |
Color Harmonies of #04AF9B
Complementary color
Monochromatic Colors of #04AF9B
Black with #04AF9B
Text Example
Text Example
White with #04AF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AF9B; }
p { color: rgb(4,175,155); }
H1.HeaderClassName
{
color: #04AF9B;
}
.AnyTagClassName
{
color: #04AF9B;
}
</style>
background-color css
<style>
a { background-color: #04AF9B; }
a { background-color: rgb(4,175,155); }
div.DivClassName
{
background-color: #04AF9B;
}
.BgClassName
{
background-color: #04AF9B;
}
</style>
border-color css
<style>
span { border-color: #04AF9B; }
span { border-color: rgb(4,175,155); }
td.TdClassName
{
border-color: #04AF9B;
}
.TagClassName
{
border-color: #04AF9B;
}
</style>