Html Css Color HEX #02976A Free Speech Aquamarine
📋 copy color: '#02976A'red 2 ◦ green 151 ◦ blue 106
Shades of Free Speech Aquamarine #02976A
Tints of Free Speech Aquamarine #02976A
RGB
CMYK
RGB Variations
Color information
#02976A (or 0x02976A) is known color: Free Speech Aquamarine. HEX triplet: 02, 97 and 6A. RGB value is (2,151,106). Sum of RGB (Red+Green+Blue) = 2+151+106=259 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 259); Green value is 151 (59.38% from 255 or 58.30% from 259); Blue value is 106 (41.80% from 255 or 40.93% from 259); Max value from RGB is 151 - color contains mainly: green. Hex color #02976A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02976A is #FD6895. Grayscale: #656565. Windows color (decimal): -16607382 or 6985474. OLE color: 6985474.
HSL color Cylindrical-coordinate representation of color #02976A: hue angle of 161.88º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02976A is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 2 | 151 | 106 | - |
| CMYK | 0.99 | 0 | 0.30 | 0.41 |
| HSL | 161.88º | 0.97% | 0.3% | - |
| HSV(B) | 161.88º | 0.99% | 0.59% | - |
| XYZ | 13.69 | 23.19 | 17.39 | - |
| YUV | 101.32 | 130.64 | 57.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 151 | 106 | 0.99 | 0 | 0.30 | 0.41 | 161.88 | 0.97 | 0.3 |
| Hex | 2 | 97 | 6A | 63 | 0 | 1E | 29 | A2 | 61 | 1E |
| Octal | 2 | 227 | 152 | 143 | 0 | 36 | 51 | 242 | 141 | 36 |
| Binary | 10 | 10010111 | 1101010 | 1100011 | 0 | 11110 | 101001 | 10100010 | 1100001 | 11110 |
Color Harmonies of #02976A
Complementary color
Monochromatic Colors of #02976A
Black with #02976A
Text Example
Text Example
White with #02976A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02976A; }
p { color: rgb(2,151,106); }
H1.HeaderClassName
{
color: #02976A;
}
.AnyTagClassName
{
color: #02976A;
}
</style>
background-color css
<style>
a { background-color: #02976A; }
a { background-color: rgb(2,151,106); }
div.DivClassName
{
background-color: #02976A;
}
.BgClassName
{
background-color: #02976A;
}
</style>
border-color css
<style>
span { border-color: #02976A; }
span { border-color: rgb(2,151,106); }
td.TdClassName
{
border-color: #02976A;
}
.TagClassName
{
border-color: #02976A;
}
</style>