Html Css Color HEX #06A17C Free Speech Aquamarine
📋 copy color: '#06A17C'red 6 ◦ green 161 ◦ blue 124
Shades of Free Speech Aquamarine #06A17C
Tints of Free Speech Aquamarine #06A17C
RGB
CMYK
RGB Variations
Color information
#06A17C (or 0x06A17C) is known color: Free Speech Aquamarine. HEX triplet: 06, A1 and 7C. RGB value is (6,161,124). Sum of RGB (Red+Green+Blue) = 6+161+124=291 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.06% from 291); Green value is 161 (63.28% from 255 or 55.33% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 161 - color contains mainly: green. Hex color #06A17C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06A17C is #F95E83. Grayscale: #6E6E6E. Windows color (decimal): -16342660 or 8167686. OLE color: 8167686.
HSL color Cylindrical-coordinate representation of color #06A17C: hue angle of 165.68º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A17C is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 6 | 161 | 124 | - |
| CMYK | 0.96 | 0 | 0.23 | 0.37 |
| HSL | 165.68º | 0.93% | 0.33% | - |
| HSV(B) | 165.68º | 0.96% | 0.63% | - |
| XYZ | 16.46 | 26.98 | 23.41 | - |
| YUV | 110.44 | 135.65 | 53.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 161 | 124 | 0.96 | 0 | 0.23 | 0.37 | 165.68 | 0.93 | 0.33 |
| Hex | 6 | A1 | 7C | 60 | 0 | 17 | 25 | A6 | 5D | 21 |
| Octal | 6 | 241 | 174 | 140 | 0 | 27 | 45 | 246 | 135 | 41 |
| Binary | 110 | 10100001 | 1111100 | 1100000 | 0 | 10111 | 100101 | 10100110 | 1011101 | 100001 |
Color Harmonies of #06A17C
Complementary color
Monochromatic Colors of #06A17C
Black with #06A17C
Text Example
Text Example
White with #06A17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A17C; }
p { color: rgb(6,161,124); }
H1.HeaderClassName
{
color: #06A17C;
}
.AnyTagClassName
{
color: #06A17C;
}
</style>
background-color css
<style>
a { background-color: #06A17C; }
a { background-color: rgb(6,161,124); }
div.DivClassName
{
background-color: #06A17C;
}
.BgClassName
{
background-color: #06A17C;
}
</style>
border-color css
<style>
span { border-color: #06A17C; }
span { border-color: rgb(6,161,124); }
td.TdClassName
{
border-color: #06A17C;
}
.TagClassName
{
border-color: #06A17C;
}
</style>