Html Css Color HEX #06987E Free Speech Aquamarine
📋 copy color: '#06987E'red 6 ◦ green 152 ◦ blue 126
Shades of Free Speech Aquamarine #06987E
Tints of Free Speech Aquamarine #06987E
RGB
CMYK
RGB Variations
Color information
#06987E (or 0x06987E) is known color: Free Speech Aquamarine. HEX triplet: 06, 98 and 7E. RGB value is (6,152,126). Sum of RGB (Red+Green+Blue) = 6+152+126=284 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.11% from 284); Green value is 152 (59.77% from 255 or 53.52% from 284); Blue value is 126 (49.61% from 255 or 44.37% from 284); Max value from RGB is 152 - color contains mainly: green. Hex color #06987E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06987E is #F96781. Grayscale: #696969. Windows color (decimal): -16344962 or 8296454. OLE color: 8296454.
HSL color Cylindrical-coordinate representation of color #06987E: hue angle of 169.32º 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 #06987E is Cyan = 0.96, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 6 | 152 | 126 | - |
| CMYK | 0.96 | 0 | 0.17 | 0.40 |
| HSL | 169.32º | 0.92% | 0.31% | - |
| HSV(B) | 169.32º | 0.96% | 0.6% | - |
| XYZ | 15.07 | 24 | 23.58 | - |
| YUV | 105.38 | 139.63 | 57.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 152 | 126 | 0.96 | 0 | 0.17 | 0.40 | 169.32 | 0.92 | 0.31 |
| Hex | 6 | 98 | 7E | 60 | 0 | 11 | 28 | A9 | 5C | 1F |
| Octal | 6 | 230 | 176 | 140 | 0 | 21 | 50 | 251 | 134 | 37 |
| Binary | 110 | 10011000 | 1111110 | 1100000 | 0 | 10001 | 101000 | 10101001 | 1011100 | 11111 |
Color Harmonies of #06987E
Complementary color
Monochromatic Colors of #06987E
Black with #06987E
Text Example
Text Example
White with #06987E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06987E; }
p { color: rgb(6,152,126); }
H1.HeaderClassName
{
color: #06987E;
}
.AnyTagClassName
{
color: #06987E;
}
</style>
background-color css
<style>
a { background-color: #06987E; }
a { background-color: rgb(6,152,126); }
div.DivClassName
{
background-color: #06987E;
}
.BgClassName
{
background-color: #06987E;
}
</style>
border-color css
<style>
span { border-color: #06987E; }
span { border-color: rgb(6,152,126); }
td.TdClassName
{
border-color: #06987E;
}
.TagClassName
{
border-color: #06987E;
}
</style>