Shades of Persian Green #05AE88
Tints of Persian Green #05AE88
RGB
CMYK
RGB Variations
Color information
#05AE88 (or 0x05AE88) is known color: Persian Green. HEX triplet: 05, AE and 88. RGB value is (5,174,136). Sum of RGB (Red+Green+Blue) = 5+174+136=315 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 315); Green value is 174 (68.36% from 255 or 55.24% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 174 - color contains mainly: green. Hex color #05AE88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05AE88 is #FA5177. Grayscale: #777777. Windows color (decimal): -16404856 or 8957445. OLE color: 8957445.
HSL color Cylindrical-coordinate representation of color #05AE88: hue angle of 166.51º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05AE88 is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 5 | 174 | 136 | - |
| CMYK | 0.97 | 0 | 0.22 | 0.32 |
| HSL | 166.51º | 0.94% | 0.35% | - |
| HSV(B) | 166.51º | 0.97% | 0.68% | - |
| XYZ | 19.64 | 32.08 | 28.45 | - |
| YUV | 119.14 | 137.51 | 46.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 174 | 136 | 0.97 | 0 | 0.22 | 0.32 | 166.51 | 0.94 | 0.35 |
| Hex | 5 | AE | 88 | 61 | 0 | 16 | 20 | A7 | 5E | 23 |
| Octal | 5 | 256 | 210 | 141 | 0 | 26 | 40 | 247 | 136 | 43 |
| Binary | 101 | 10101110 | 10001000 | 1100001 | 0 | 10110 | 100000 | 10100111 | 1011110 | 100011 |
Color Harmonies of #05AE88
Complementary color
Monochromatic Colors of #05AE88
Black with #05AE88
Text Example
Text Example
White with #05AE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05AE88; }
p { color: rgb(5,174,136); }
H1.HeaderClassName
{
color: #05AE88;
}
.AnyTagClassName
{
color: #05AE88;
}
</style>
background-color css
<style>
a { background-color: #05AE88; }
a { background-color: rgb(5,174,136); }
div.DivClassName
{
background-color: #05AE88;
}
.BgClassName
{
background-color: #05AE88;
}
</style>
border-color css
<style>
span { border-color: #05AE88; }
span { border-color: rgb(5,174,136); }
td.TdClassName
{
border-color: #05AE88;
}
.TagClassName
{
border-color: #05AE88;
}
</style>