Shades of Persian Green #04A48B
Tints of Persian Green #04A48B
RGB
CMYK
RGB Variations
Color information
#04A48B (or 0x04A48B) is known color: Persian Green. HEX triplet: 04, A4 and 8B. RGB value is (4,164,139). Sum of RGB (Red+Green+Blue) = 4+164+139=307 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 307); Green value is 164 (64.45% from 255 or 53.42% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 164 - color contains mainly: green. Hex color #04A48B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A48B is #FB5B74. Grayscale: #717171. Windows color (decimal): -16472949 or 9151492. OLE color: 9151492.
HSL color Cylindrical-coordinate representation of color #04A48B: hue angle of 170.62º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A48B is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 4 | 164 | 139 | - |
| CMYK | 0.98 | 0 | 0.15 | 0.36 |
| HSL | 170.63º | 0.95% | 0.33% | - |
| HSV(B) | 170.63º | 0.98% | 0.64% | - |
| XYZ | 17.99 | 28.44 | 28.97 | - |
| YUV | 113.31 | 142.49 | 50.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 164 | 139 | 0.98 | 0 | 0.15 | 0.36 | 170.63 | 0.95 | 0.33 |
| Hex | 4 | A4 | 8B | 62 | 0 | F | 24 | AB | 5F | 21 |
| Octal | 4 | 244 | 213 | 142 | 0 | 17 | 44 | 253 | 137 | 41 |
| Binary | 100 | 10100100 | 10001011 | 1100010 | 0 | 1111 | 100100 | 10101011 | 1011111 | 100001 |
Color Harmonies of #04A48B
Complementary color
Monochromatic Colors of #04A48B
Black with #04A48B
Text Example
Text Example
White with #04A48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A48B; }
p { color: rgb(4,164,139); }
H1.HeaderClassName
{
color: #04A48B;
}
.AnyTagClassName
{
color: #04A48B;
}
</style>
background-color css
<style>
a { background-color: #04A48B; }
a { background-color: rgb(4,164,139); }
div.DivClassName
{
background-color: #04A48B;
}
.BgClassName
{
background-color: #04A48B;
}
</style>
border-color css
<style>
span { border-color: #04A48B; }
span { border-color: rgb(4,164,139); }
td.TdClassName
{
border-color: #04A48B;
}
.TagClassName
{
border-color: #04A48B;
}
</style>