Shades of Persian Green #06AB83
Tints of Persian Green #06AB83
RGB
CMYK
RGB Variations
Color information
#06AB83 (or 0x06AB83) is known color: Persian Green. HEX triplet: 06, AB and 83. RGB value is (6,171,131). Sum of RGB (Red+Green+Blue) = 6+171+131=308 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 308); Green value is 171 (67.19% from 255 or 55.52% from 308); Blue value is 131 (51.56% from 255 or 42.53% from 308); Max value from RGB is 171 - color contains mainly: green. Hex color #06AB83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06AB83 is #F9547C. Grayscale: #757575. Windows color (decimal): -16340093 or 8628998. OLE color: 8628998.
HSL color Cylindrical-coordinate representation of color #06AB83: hue angle of 165.45º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06AB83 is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 171 | 131 | - |
| CMYK | 0.96 | 0 | 0.23 | 0.33 |
| HSL | 165.45º | 0.93% | 0.35% | - |
| HSV(B) | 165.45º | 0.96% | 0.67% | - |
| XYZ | 18.73 | 30.8 | 26.43 | - |
| YUV | 117.11 | 135.84 | 48.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 171 | 131 | 0.96 | 0 | 0.23 | 0.33 | 165.45 | 0.93 | 0.35 |
| Hex | 6 | AB | 83 | 60 | 0 | 17 | 21 | A5 | 5D | 23 |
| Octal | 6 | 253 | 203 | 140 | 0 | 27 | 41 | 245 | 135 | 43 |
| Binary | 110 | 10101011 | 10000011 | 1100000 | 0 | 10111 | 100001 | 10100101 | 1011101 | 100011 |
Color Harmonies of #06AB83
Complementary color
Monochromatic Colors of #06AB83
Black with #06AB83
Text Example
Text Example
White with #06AB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06AB83; }
p { color: rgb(6,171,131); }
H1.HeaderClassName
{
color: #06AB83;
}
.AnyTagClassName
{
color: #06AB83;
}
</style>
background-color css
<style>
a { background-color: #06AB83; }
a { background-color: rgb(6,171,131); }
div.DivClassName
{
background-color: #06AB83;
}
.BgClassName
{
background-color: #06AB83;
}
</style>
border-color css
<style>
span { border-color: #06AB83; }
span { border-color: rgb(6,171,131); }
td.TdClassName
{
border-color: #06AB83;
}
.TagClassName
{
border-color: #06AB83;
}
</style>