Shades of Persian Green #06B18F
Tints of Persian Green #06B18F
RGB
CMYK
RGB Variations
Color information
#06B18F (or 0x06B18F) is known color: Persian Green. HEX triplet: 06, B1 and 8F. RGB value is (6,177,143). Sum of RGB (Red+Green+Blue) = 6+177+143=326 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.84% from 326); Green value is 177 (69.53% from 255 or 54.29% from 326); Blue value is 143 (56.25% from 255 or 43.87% from 326); Max value from RGB is 177 - color contains mainly: green. Hex color #06B18F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06B18F is #F94E70. Grayscale: #797979. Windows color (decimal): -16338545 or 9416966. OLE color: 9416966.
HSL color Cylindrical-coordinate representation of color #06B18F: hue angle of 168.07º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B18F is Cyan = 0.97, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 6 | 177 | 143 | - |
| CMYK | 0.97 | 0 | 0.19 | 0.31 |
| HSL | 168.07º | 0.93% | 0.36% | - |
| HSV(B) | 168.07º | 0.97% | 0.69% | - |
| XYZ | 20.76 | 33.47 | 31.35 | - |
| YUV | 122 | 139.85 | 45.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 177 | 143 | 0.97 | 0 | 0.19 | 0.31 | 168.07 | 0.93 | 0.36 |
| Hex | 6 | B1 | 8F | 61 | 0 | 13 | 1F | A8 | 5D | 24 |
| Octal | 6 | 261 | 217 | 141 | 0 | 23 | 37 | 250 | 135 | 44 |
| Binary | 110 | 10110001 | 10001111 | 1100001 | 0 | 10011 | 11111 | 10101000 | 1011101 | 100100 |
Color Harmonies of #06B18F
Complementary color
Monochromatic Colors of #06B18F
Black with #06B18F
Text Example
Text Example
White with #06B18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06B18F; }
p { color: rgb(6,177,143); }
H1.HeaderClassName
{
color: #06B18F;
}
.AnyTagClassName
{
color: #06B18F;
}
</style>
background-color css
<style>
a { background-color: #06B18F; }
a { background-color: rgb(6,177,143); }
div.DivClassName
{
background-color: #06B18F;
}
.BgClassName
{
background-color: #06B18F;
}
</style>
border-color css
<style>
span { border-color: #06B18F; }
span { border-color: rgb(6,177,143); }
td.TdClassName
{
border-color: #06B18F;
}
.TagClassName
{
border-color: #06B18F;
}
</style>