Shades of Persian Green #06B2A1
Tints of Persian Green #06B2A1
RGB
CMYK
RGB Variations
Color information
#06B2A1 (or 0x06B2A1) is known color: Persian Green. HEX triplet: 06, B2 and A1. RGB value is (6,178,161). Sum of RGB (Red+Green+Blue) = 6+178+161=345 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.74% from 345); Green value is 178 (69.92% from 255 or 51.59% from 345); Blue value is 161 (63.28% from 255 or 46.67% from 345); Max value from RGB is 178 - color contains mainly: green. Hex color #06B2A1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06B2A1 is #F94D5E. Grayscale: #7C7C7C. Windows color (decimal): -16338271 or 10596870. OLE color: 10596870.
HSL color Cylindrical-coordinate representation of color #06B2A1: hue angle of 174.07º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B2A1 is Cyan = 0.97, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 6 | 178 | 161 | - |
| CMYK | 0.97 | 0 | 0.10 | 0.30 |
| HSL | 174.07º | 0.93% | 0.36% | - |
| HSV(B) | 174.07º | 0.97% | 0.7% | - |
| XYZ | 22.43 | 34.45 | 39.19 | - |
| YUV | 124.63 | 148.52 | 43.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 178 | 161 | 0.97 | 0 | 0.10 | 0.30 | 174.07 | 0.93 | 0.36 |
| Hex | 6 | B2 | A1 | 61 | 0 | A | 1E | AE | 5D | 24 |
| Octal | 6 | 262 | 241 | 141 | 0 | 12 | 36 | 256 | 135 | 44 |
| Binary | 110 | 10110010 | 10100001 | 1100001 | 0 | 1010 | 11110 | 10101110 | 1011101 | 100100 |
Color Harmonies of #06B2A1
Complementary color
Monochromatic Colors of #06B2A1
Black with #06B2A1
Text Example
Text Example
White with #06B2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06B2A1; }
p { color: rgb(6,178,161); }
H1.HeaderClassName
{
color: #06B2A1;
}
.AnyTagClassName
{
color: #06B2A1;
}
</style>
background-color css
<style>
a { background-color: #06B2A1; }
a { background-color: rgb(6,178,161); }
div.DivClassName
{
background-color: #06B2A1;
}
.BgClassName
{
background-color: #06B2A1;
}
</style>
border-color css
<style>
span { border-color: #06B2A1; }
span { border-color: rgb(6,178,161); }
td.TdClassName
{
border-color: #06B2A1;
}
.TagClassName
{
border-color: #06B2A1;
}
</style>