Shades of Persian Green #06B5A1
Tints of Persian Green #06B5A1
RGB
CMYK
RGB Variations
Color information
#06B5A1 (or 0x06B5A1) is known color: Persian Green. HEX triplet: 06, B5 and A1. RGB value is (6,181,161). Sum of RGB (Red+Green+Blue) = 6+181+161=348 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.72% from 348); Green value is 181 (71.09% from 255 or 52.01% from 348); Blue value is 161 (63.28% from 255 or 46.26% from 348); Max value from RGB is 181 - color contains mainly: green. Hex color #06B5A1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06B5A1 is #F94A5E. Grayscale: #7E7E7E. Windows color (decimal): -16337503 or 10597638. OLE color: 10597638.
HSL color Cylindrical-coordinate representation of color #06B5A1: hue angle of 173.14º degrees, saturation: 0.94, 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 #06B5A1 is Cyan = 0.97, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 6 | 181 | 161 | - |
| CMYK | 0.97 | 0 | 0.11 | 0.29 |
| HSL | 173.14º | 0.94% | 0.37% | - |
| HSV(B) | 173.14º | 0.97% | 0.71% | - |
| XYZ | 23.03 | 35.66 | 39.39 | - |
| YUV | 126.4 | 147.52 | 42.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 181 | 161 | 0.97 | 0 | 0.11 | 0.29 | 173.14 | 0.94 | 0.37 |
| Hex | 6 | B5 | A1 | 61 | 0 | B | 1D | AD | 5E | 25 |
| Octal | 6 | 265 | 241 | 141 | 0 | 13 | 35 | 255 | 136 | 45 |
| Binary | 110 | 10110101 | 10100001 | 1100001 | 0 | 1011 | 11101 | 10101101 | 1011110 | 100101 |
Color Harmonies of #06B5A1
Complementary color
Monochromatic Colors of #06B5A1
Black with #06B5A1
Text Example
Text Example
White with #06B5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06B5A1; }
p { color: rgb(6,181,161); }
H1.HeaderClassName
{
color: #06B5A1;
}
.AnyTagClassName
{
color: #06B5A1;
}
</style>
background-color css
<style>
a { background-color: #06B5A1; }
a { background-color: rgb(6,181,161); }
div.DivClassName
{
background-color: #06B5A1;
}
.BgClassName
{
background-color: #06B5A1;
}
</style>
border-color css
<style>
span { border-color: #06B5A1; }
span { border-color: rgb(6,181,161); }
td.TdClassName
{
border-color: #06B5A1;
}
.TagClassName
{
border-color: #06B5A1;
}
</style>