Shades of Persian Green #06B8A6
Tints of Persian Green #06B8A6
RGB
CMYK
RGB Variations
Color information
#06B8A6 (or 0x06B8A6) is known color: Persian Green. HEX triplet: 06, B8 and A6. RGB value is (6,184,166). Sum of RGB (Red+Green+Blue) = 6+184+166=356 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.69% from 356); Green value is 184 (72.27% from 255 or 51.69% from 356); Blue value is 166 (65.23% from 255 or 46.63% from 356); Max value from RGB is 184 - color contains mainly: green. Hex color #06B8A6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06B8A6 is #F94759. Grayscale: #808080. Windows color (decimal): -16336730 or 10926086. OLE color: 10926086.
HSL color Cylindrical-coordinate representation of color #06B8A6: hue angle of 173.93º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B8A6 is Cyan = 0.97, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 6 | 184 | 166 | - |
| CMYK | 0.97 | 0 | 0.10 | 0.28 |
| HSL | 173.93º | 0.94% | 0.37% | - |
| HSV(B) | 173.93º | 0.97% | 0.72% | - |
| XYZ | 24.1 | 37.07 | 41.96 | - |
| YUV | 128.73 | 149.03 | 40.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 184 | 166 | 0.97 | 0 | 0.10 | 0.28 | 173.93 | 0.94 | 0.37 |
| Hex | 6 | B8 | A6 | 61 | 0 | A | 1C | AE | 5E | 25 |
| Octal | 6 | 270 | 246 | 141 | 0 | 12 | 34 | 256 | 136 | 45 |
| Binary | 110 | 10111000 | 10100110 | 1100001 | 0 | 1010 | 11100 | 10101110 | 1011110 | 100101 |
Color Harmonies of #06B8A6
Complementary color
Monochromatic Colors of #06B8A6
Black with #06B8A6
Text Example
Text Example
White with #06B8A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06B8A6; }
p { color: rgb(6,184,166); }
H1.HeaderClassName
{
color: #06B8A6;
}
.AnyTagClassName
{
color: #06B8A6;
}
</style>
background-color css
<style>
a { background-color: #06B8A6; }
a { background-color: rgb(6,184,166); }
div.DivClassName
{
background-color: #06B8A6;
}
.BgClassName
{
background-color: #06B8A6;
}
</style>
border-color css
<style>
span { border-color: #06B8A6; }
span { border-color: rgb(6,184,166); }
td.TdClassName
{
border-color: #06B8A6;
}
.TagClassName
{
border-color: #06B8A6;
}
</style>