Shades of Persian Green #05B68E
Tints of Persian Green #05B68E
RGB
CMYK
RGB Variations
Color information
#05B68E (or 0x05B68E) is known color: Persian Green. HEX triplet: 05, B6 and 8E. RGB value is (5,182,142). Sum of RGB (Red+Green+Blue) = 5+182+142=329 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 329); Green value is 182 (71.48% from 255 or 55.32% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 182 - color contains mainly: green. Hex color #05B68E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05B68E is #FA4971. Grayscale: #7C7C7C. Windows color (decimal): -16402802 or 9352709. OLE color: 9352709.
HSL color Cylindrical-coordinate representation of color #05B68E: hue angle of 166.44º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B68E is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 5 | 182 | 142 | - |
| CMYK | 0.97 | 0 | 0.22 | 0.29 |
| HSL | 166.44º | 0.95% | 0.37% | - |
| HSV(B) | 166.44º | 0.97% | 0.71% | - |
| XYZ | 21.67 | 35.44 | 31.29 | - |
| YUV | 124.52 | 137.86 | 42.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 182 | 142 | 0.97 | 0 | 0.22 | 0.29 | 166.44 | 0.95 | 0.37 |
| Hex | 5 | B6 | 8E | 61 | 0 | 16 | 1D | A6 | 5F | 25 |
| Octal | 5 | 266 | 216 | 141 | 0 | 26 | 35 | 246 | 137 | 45 |
| Binary | 101 | 10110110 | 10001110 | 1100001 | 0 | 10110 | 11101 | 10100110 | 1011111 | 100101 |
Color Harmonies of #05B68E
Complementary color
Monochromatic Colors of #05B68E
Black with #05B68E
Text Example
Text Example
White with #05B68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05B68E; }
p { color: rgb(5,182,142); }
H1.HeaderClassName
{
color: #05B68E;
}
.AnyTagClassName
{
color: #05B68E;
}
</style>
background-color css
<style>
a { background-color: #05B68E; }
a { background-color: rgb(5,182,142); }
div.DivClassName
{
background-color: #05B68E;
}
.BgClassName
{
background-color: #05B68E;
}
</style>
border-color css
<style>
span { border-color: #05B68E; }
span { border-color: rgb(5,182,142); }
td.TdClassName
{
border-color: #05B68E;
}
.TagClassName
{
border-color: #05B68E;
}
</style>