Html Css Color HEX #06986E Free Speech Aquamarine
📋 copy color: '#06986E'red 6 ◦ green 152 ◦ blue 110
Shades of Free Speech Aquamarine #06986E
Tints of Free Speech Aquamarine #06986E
RGB
CMYK
RGB Variations
Color information
#06986E (or 0x06986E) is known color: Free Speech Aquamarine. HEX triplet: 06, 98 and 6E. RGB value is (6,152,110). Sum of RGB (Red+Green+Blue) = 6+152+110=268 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.24% from 268); Green value is 152 (59.77% from 255 or 56.72% from 268); Blue value is 110 (43.36% from 255 or 41.04% from 268); Max value from RGB is 152 - color contains mainly: green. Hex color #06986E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06986E is #F96791. Grayscale: #676767. Windows color (decimal): -16344978 or 7247878. OLE color: 7247878.
HSL color Cylindrical-coordinate representation of color #06986E: hue angle of 162.74º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06986E is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 6 | 152 | 110 | - |
| CMYK | 0.96 | 0 | 0.28 | 0.40 |
| HSL | 162.74º | 0.92% | 0.31% | - |
| HSV(B) | 162.74º | 0.96% | 0.6% | - |
| XYZ | 14.12 | 23.62 | 18.57 | - |
| YUV | 103.56 | 131.63 | 58.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 152 | 110 | 0.96 | 0 | 0.28 | 0.40 | 162.74 | 0.92 | 0.31 |
| Hex | 6 | 98 | 6E | 60 | 0 | 1C | 28 | A3 | 5C | 1F |
| Octal | 6 | 230 | 156 | 140 | 0 | 34 | 50 | 243 | 134 | 37 |
| Binary | 110 | 10011000 | 1101110 | 1100000 | 0 | 11100 | 101000 | 10100011 | 1011100 | 11111 |
Color Harmonies of #06986E
Complementary color
Monochromatic Colors of #06986E
Black with #06986E
Text Example
Text Example
White with #06986E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06986E; }
p { color: rgb(6,152,110); }
H1.HeaderClassName
{
color: #06986E;
}
.AnyTagClassName
{
color: #06986E;
}
</style>
background-color css
<style>
a { background-color: #06986E; }
a { background-color: rgb(6,152,110); }
div.DivClassName
{
background-color: #06986E;
}
.BgClassName
{
background-color: #06986E;
}
</style>
border-color css
<style>
span { border-color: #06986E; }
span { border-color: rgb(6,152,110); }
td.TdClassName
{
border-color: #06986E;
}
.TagClassName
{
border-color: #06986E;
}
</style>