Html Css Color HEX #02976C Free Speech Aquamarine
📋 copy color: '#02976C'red 2 ◦ green 151 ◦ blue 108
Shades of Free Speech Aquamarine #02976C
Tints of Free Speech Aquamarine #02976C
RGB
CMYK
RGB Variations
Color information
#02976C (or 0x02976C) is known color: Free Speech Aquamarine. HEX triplet: 02, 97 and 6C. RGB value is (2,151,108). Sum of RGB (Red+Green+Blue) = 2+151+108=261 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 261); Green value is 151 (59.38% from 255 or 57.85% from 261); Blue value is 108 (42.58% from 255 or 41.38% from 261); Max value from RGB is 151 - color contains mainly: green. Hex color #02976C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02976C is #FD6893. Grayscale: #656565. Windows color (decimal): -16607380 or 7116546. OLE color: 7116546.
HSL color Cylindrical-coordinate representation of color #02976C: hue angle of 162.68º 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 #02976C is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 2 | 151 | 108 | - |
| CMYK | 0.99 | 0 | 0.28 | 0.41 |
| HSL | 162.68º | 0.97% | 0.3% | - |
| HSV(B) | 162.68º | 0.99% | 0.59% | - |
| XYZ | 13.8 | 23.23 | 17.94 | - |
| YUV | 101.55 | 131.64 | 57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 151 | 108 | 0.99 | 0 | 0.28 | 0.41 | 162.68 | 0.97 | 0.3 |
| Hex | 2 | 97 | 6C | 63 | 0 | 1C | 29 | A3 | 61 | 1E |
| Octal | 2 | 227 | 154 | 143 | 0 | 34 | 51 | 243 | 141 | 36 |
| Binary | 10 | 10010111 | 1101100 | 1100011 | 0 | 11100 | 101001 | 10100011 | 1100001 | 11110 |
Color Harmonies of #02976C
Complementary color
Monochromatic Colors of #02976C
Black with #02976C
Text Example
Text Example
White with #02976C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02976C; }
p { color: rgb(2,151,108); }
H1.HeaderClassName
{
color: #02976C;
}
.AnyTagClassName
{
color: #02976C;
}
</style>
background-color css
<style>
a { background-color: #02976C; }
a { background-color: rgb(2,151,108); }
div.DivClassName
{
background-color: #02976C;
}
.BgClassName
{
background-color: #02976C;
}
</style>
border-color css
<style>
span { border-color: #02976C; }
span { border-color: rgb(2,151,108); }
td.TdClassName
{
border-color: #02976C;
}
.TagClassName
{
border-color: #02976C;
}
</style>