Html Css Color HEX #06A271 Free Speech Aquamarine
📋 copy color: '#06A271'red 6 ◦ green 162 ◦ blue 113
Shades of Free Speech Aquamarine #06A271
Tints of Free Speech Aquamarine #06A271
RGB
CMYK
RGB Variations
Color information
#06A271 (or 0x06A271) is known color: Free Speech Aquamarine. HEX triplet: 06, A2 and 71. RGB value is (6,162,113). Sum of RGB (Red+Green+Blue) = 6+162+113=281 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 281); Green value is 162 (63.67% from 255 or 57.65% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 162 - color contains mainly: green. Hex color #06A271 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06A271 is #F95D8E. Grayscale: #6D6D6D. Windows color (decimal): -16342415 or 7447046. OLE color: 7447046.
HSL color Cylindrical-coordinate representation of color #06A271: hue angle of 161.15º 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 #06A271 is Cyan = 0.96, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 6 | 162 | 113 | - |
| CMYK | 0.96 | 0 | 0.30 | 0.36 |
| HSL | 161.15º | 0.93% | 0.33% | - |
| HSV(B) | 161.15º | 0.96% | 0.64% | - |
| XYZ | 15.98 | 27.07 | 20.01 | - |
| YUV | 109.77 | 129.82 | 53.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 162 | 113 | 0.96 | 0 | 0.30 | 0.36 | 161.15 | 0.93 | 0.33 |
| Hex | 6 | A2 | 71 | 60 | 0 | 1E | 24 | A1 | 5D | 21 |
| Octal | 6 | 242 | 161 | 140 | 0 | 36 | 44 | 241 | 135 | 41 |
| Binary | 110 | 10100010 | 1110001 | 1100000 | 0 | 11110 | 100100 | 10100001 | 1011101 | 100001 |
Color Harmonies of #06A271
Complementary color
Monochromatic Colors of #06A271
Black with #06A271
Text Example
Text Example
White with #06A271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A271; }
p { color: rgb(6,162,113); }
H1.HeaderClassName
{
color: #06A271;
}
.AnyTagClassName
{
color: #06A271;
}
</style>
background-color css
<style>
a { background-color: #06A271; }
a { background-color: rgb(6,162,113); }
div.DivClassName
{
background-color: #06A271;
}
.BgClassName
{
background-color: #06A271;
}
</style>
border-color css
<style>
span { border-color: #06A271; }
span { border-color: rgb(6,162,113); }
td.TdClassName
{
border-color: #06A271;
}
.TagClassName
{
border-color: #06A271;
}
</style>