Shades of Persian Green #04AB8A
Tints of Persian Green #04AB8A
RGB
CMYK
RGB Variations
Color information
#04AB8A (or 0x04AB8A) is known color: Persian Green. HEX triplet: 04, AB and 8A. RGB value is (4,171,138). Sum of RGB (Red+Green+Blue) = 4+171+138=313 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.28% from 313); Green value is 171 (67.19% from 255 or 54.63% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 171 - color contains mainly: green. Hex color #04AB8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04AB8A is #FB5475. Grayscale: #757575. Windows color (decimal): -16471158 or 9087748. OLE color: 9087748.
HSL color Cylindrical-coordinate representation of color #04AB8A: hue angle of 168.14º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AB8A is Cyan = 0.98, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 171 | 138 | - |
| CMYK | 0.98 | 0 | 0.19 | 0.33 |
| HSL | 168.14º | 0.95% | 0.34% | - |
| HSV(B) | 168.14º | 0.98% | 0.67% | - |
| XYZ | 19.2 | 30.99 | 29.01 | - |
| YUV | 117.31 | 139.67 | 47.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 171 | 138 | 0.98 | 0 | 0.19 | 0.33 | 168.14 | 0.95 | 0.34 |
| Hex | 4 | AB | 8A | 62 | 0 | 13 | 21 | A8 | 5F | 22 |
| Octal | 4 | 253 | 212 | 142 | 0 | 23 | 41 | 250 | 137 | 42 |
| Binary | 100 | 10101011 | 10001010 | 1100010 | 0 | 10011 | 100001 | 10101000 | 1011111 | 100010 |
Color Harmonies of #04AB8A
Complementary color
Monochromatic Colors of #04AB8A
Black with #04AB8A
Text Example
Text Example
White with #04AB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AB8A; }
p { color: rgb(4,171,138); }
H1.HeaderClassName
{
color: #04AB8A;
}
.AnyTagClassName
{
color: #04AB8A;
}
</style>
background-color css
<style>
a { background-color: #04AB8A; }
a { background-color: rgb(4,171,138); }
div.DivClassName
{
background-color: #04AB8A;
}
.BgClassName
{
background-color: #04AB8A;
}
</style>
border-color css
<style>
span { border-color: #04AB8A; }
span { border-color: rgb(4,171,138); }
td.TdClassName
{
border-color: #04AB8A;
}
.TagClassName
{
border-color: #04AB8A;
}
</style>