Shades of Persian Green #069E88
Tints of Persian Green #069E88
RGB
CMYK
RGB Variations
Color information
#069E88 (or 0x069E88) is known color: Persian Green. HEX triplet: 06, 9E and 88. RGB value is (6,158,136). Sum of RGB (Red+Green+Blue) = 6+158+136=300 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2% from 300); Green value is 158 (62.11% from 255 or 52.67% from 300); Blue value is 136 (53.52% from 255 or 45.33% from 300); Max value from RGB is 158 - color contains mainly: green. Hex color #069E88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069E88 is #F96177. Grayscale: #6D6D6D. Windows color (decimal): -16343416 or 8953350. OLE color: 8953350.
HSL color Cylindrical-coordinate representation of color #069E88: hue angle of 171.32º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069E88 is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 6 | 158 | 136 | - |
| CMYK | 0.96 | 0 | 0.14 | 0.38 |
| HSL | 171.32º | 0.93% | 0.32% | - |
| HSV(B) | 171.32º | 0.96% | 0.62% | - |
| XYZ | 16.75 | 26.27 | 27.48 | - |
| YUV | 110.04 | 142.64 | 53.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 158 | 136 | 0.96 | 0 | 0.14 | 0.38 | 171.32 | 0.93 | 0.32 |
| Hex | 6 | 9E | 88 | 60 | 0 | E | 26 | AB | 5D | 20 |
| Octal | 6 | 236 | 210 | 140 | 0 | 16 | 46 | 253 | 135 | 40 |
| Binary | 110 | 10011110 | 10001000 | 1100000 | 0 | 1110 | 100110 | 10101011 | 1011101 | 100000 |
Color Harmonies of #069E88
Complementary color
Monochromatic Colors of #069E88
Black with #069E88
Text Example
Text Example
White with #069E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069E88; }
p { color: rgb(6,158,136); }
H1.HeaderClassName
{
color: #069E88;
}
.AnyTagClassName
{
color: #069E88;
}
</style>
background-color css
<style>
a { background-color: #069E88; }
a { background-color: rgb(6,158,136); }
div.DivClassName
{
background-color: #069E88;
}
.BgClassName
{
background-color: #069E88;
}
</style>
border-color css
<style>
span { border-color: #069E88; }
span { border-color: rgb(6,158,136); }
td.TdClassName
{
border-color: #069E88;
}
.TagClassName
{
border-color: #069E88;
}
</style>