Html Css Color HEX #00A074 Free Speech Aquamarine
📋 copy color: '#00A074'red 0 ◦ green 160 ◦ blue 116
Shades of Free Speech Aquamarine #00A074
Tints of Free Speech Aquamarine #00A074
RGB
CMYK
RGB Variations
Color information
#00A074 (or 0x00A074) is known color: Free Speech Aquamarine. HEX triplet: 00, A0 and 74. RGB value is (0,160,116). Sum of RGB (Red+Green+Blue) = 0+160+116=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 160 (62.89% from 255 or 57.97% from 276); Blue value is 116 (45.70% from 255 or 42.03% from 276); Max value from RGB is 160 - color contains mainly: green. Hex color #00A074 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A074 is #FF5F8B. Grayscale: #6B6B6B. Windows color (decimal): -16736140 or 7643136. OLE color: 7643136.
HSL color Cylindrical-coordinate representation of color #00A074: hue angle of 163.5º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A074 is Cyan = 1, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 0 | 160 | 116 | - |
| CMYK | 1 | 0 | 0.28 | 0.37 |
| HSL | 163.5º | 1% | 0.31% | - |
| HSV(B) | 163.5º | 1% | 0.63% | - |
| XYZ | 15.72 | 26.4 | 20.79 | - |
| YUV | 107.14 | 132.99 | 51.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 160 | 116 | 1 | 0 | 0.28 | 0.37 | 163.5 | 1 | 0.31 |
| Hex | 0 | A0 | 74 | 64 | 0 | 1C | 25 | A4 | 64 | 1F |
| Octal | 0 | 240 | 164 | 144 | 0 | 34 | 45 | 244 | 144 | 37 |
| Binary | 0 | 10100000 | 1110100 | 1100100 | 0 | 11100 | 100101 | 10100100 | 1100100 | 11111 |
Color Harmonies of #00A074
Complementary color
Monochromatic Colors of #00A074
Black with #00A074
Text Example
Text Example
White with #00A074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A074; }
p { color: rgb(0,160,116); }
H1.HeaderClassName
{
color: #00A074;
}
.AnyTagClassName
{
color: #00A074;
}
</style>
background-color css
<style>
a { background-color: #00A074; }
a { background-color: rgb(0,160,116); }
div.DivClassName
{
background-color: #00A074;
}
.BgClassName
{
background-color: #00A074;
}
</style>
border-color css
<style>
span { border-color: #00A074; }
span { border-color: rgb(0,160,116); }
td.TdClassName
{
border-color: #00A074;
}
.TagClassName
{
border-color: #00A074;
}
</style>