Html Css Color HEX #06A27F Free Speech Aquamarine
📋 copy color: '#06A27F'red 6 ◦ green 162 ◦ blue 127
Shades of Free Speech Aquamarine #06A27F
Tints of Free Speech Aquamarine #06A27F
RGB
CMYK
RGB Variations
Color information
#06A27F (or 0x06A27F) is known color: Free Speech Aquamarine. HEX triplet: 06, A2 and 7F. RGB value is (6,162,127). Sum of RGB (Red+Green+Blue) = 6+162+127=295 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.03% from 295); Green value is 162 (63.67% from 255 or 54.92% from 295); Blue value is 127 (50% from 255 or 43.05% from 295); Max value from RGB is 162 - color contains mainly: green. Hex color #06A27F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06A27F is #F95D80. Grayscale: #6F6F6F. Windows color (decimal): -16342401 or 8364550. OLE color: 8364550.
HSL color Cylindrical-coordinate representation of color #06A27F: hue angle of 166.54º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A27F is Cyan = 0.96, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 6 | 162 | 127 | - |
| CMYK | 0.96 | 0 | 0.22 | 0.36 |
| HSL | 166.54º | 0.93% | 0.33% | - |
| HSV(B) | 166.54º | 0.96% | 0.64% | - |
| XYZ | 16.83 | 27.41 | 24.48 | - |
| YUV | 111.37 | 136.82 | 52.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 162 | 127 | 0.96 | 0 | 0.22 | 0.36 | 166.54 | 0.93 | 0.33 |
| Hex | 6 | A2 | 7F | 60 | 0 | 16 | 24 | A7 | 5D | 21 |
| Octal | 6 | 242 | 177 | 140 | 0 | 26 | 44 | 247 | 135 | 41 |
| Binary | 110 | 10100010 | 1111111 | 1100000 | 0 | 10110 | 100100 | 10100111 | 1011101 | 100001 |
Color Harmonies of #06A27F
Complementary color
Monochromatic Colors of #06A27F
Black with #06A27F
Text Example
Text Example
White with #06A27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A27F; }
p { color: rgb(6,162,127); }
H1.HeaderClassName
{
color: #06A27F;
}
.AnyTagClassName
{
color: #06A27F;
}
</style>
background-color css
<style>
a { background-color: #06A27F; }
a { background-color: rgb(6,162,127); }
div.DivClassName
{
background-color: #06A27F;
}
.BgClassName
{
background-color: #06A27F;
}
</style>
border-color css
<style>
span { border-color: #06A27F; }
span { border-color: rgb(6,162,127); }
td.TdClassName
{
border-color: #06A27F;
}
.TagClassName
{
border-color: #06A27F;
}
</style>