Shades of Persian Green #06B2A2
Tints of Persian Green #06B2A2
RGB
CMYK
RGB Variations
Color information
#06B2A2 (or 0x06B2A2) is known color: Persian Green. HEX triplet: 06, B2 and A2. RGB value is (6,178,162). Sum of RGB (Red+Green+Blue) = 6+178+162=346 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.73% from 346); Green value is 178 (69.92% from 255 or 51.45% from 346); Blue value is 162 (63.67% from 255 or 46.82% from 346); Max value from RGB is 178 - color contains mainly: green. Hex color #06B2A2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06B2A2 is #F94D5D. Grayscale: #7C7C7C. Windows color (decimal): -16338270 or 10662406. OLE color: 10662406.
HSL color Cylindrical-coordinate representation of color #06B2A2: hue angle of 174.42º 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 #06B2A2 is Cyan = 0.97, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 6 | 178 | 162 | - |
| CMYK | 0.97 | 0 | 0.09 | 0.30 |
| HSL | 174.42º | 0.93% | 0.36% | - |
| HSV(B) | 174.42º | 0.97% | 0.7% | - |
| XYZ | 22.52 | 34.49 | 39.65 | - |
| YUV | 124.75 | 149.02 | 43.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 178 | 162 | 0.97 | 0 | 0.09 | 0.30 | 174.42 | 0.93 | 0.36 |
| Hex | 6 | B2 | A2 | 61 | 0 | 9 | 1E | AE | 5D | 24 |
| Octal | 6 | 262 | 242 | 141 | 0 | 11 | 36 | 256 | 135 | 44 |
| Binary | 110 | 10110010 | 10100010 | 1100001 | 0 | 1001 | 11110 | 10101110 | 1011101 | 100100 |
Color Harmonies of #06B2A2
Complementary color
Monochromatic Colors of #06B2A2
Black with #06B2A2
Text Example
Text Example
White with #06B2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06B2A2; }
p { color: rgb(6,178,162); }
H1.HeaderClassName
{
color: #06B2A2;
}
.AnyTagClassName
{
color: #06B2A2;
}
</style>
background-color css
<style>
a { background-color: #06B2A2; }
a { background-color: rgb(6,178,162); }
div.DivClassName
{
background-color: #06B2A2;
}
.BgClassName
{
background-color: #06B2A2;
}
</style>
border-color css
<style>
span { border-color: #06B2A2; }
span { border-color: rgb(6,178,162); }
td.TdClassName
{
border-color: #06B2A2;
}
.TagClassName
{
border-color: #06B2A2;
}
</style>