Html Css Color HEX #00A878 Free Speech Aquamarine
📋 copy color: '#00A878'red 0 ◦ green 168 ◦ blue 120
Shades of Free Speech Aquamarine #00A878
Tints of Free Speech Aquamarine #00A878
RGB
CMYK
RGB Variations
Color information
#00A878 (or 0x00A878) is known color: Free Speech Aquamarine. HEX triplet: 00, A8 and 78. RGB value is (0,168,120). Sum of RGB (Red+Green+Blue) = 0+168+120=288 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 288); Green value is 168 (66.02% from 255 or 58.33% from 288); Blue value is 120 (47.27% from 255 or 41.67% from 288); Max value from RGB is 168 - color contains mainly: green. Hex color #00A878 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A878 is #FF5787. Grayscale: #707070. Windows color (decimal): -16734088 or 7907328. OLE color: 7907328.
HSL color Cylindrical-coordinate representation of color #00A878: hue angle of 162.86º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A878 is Cyan = 1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 168 | 120 | - |
| CMYK | 1 | 0 | 0.29 | 0.34 |
| HSL | 162.86º | 1% | 0.33% | - |
| HSV(B) | 162.86º | 1% | 0.66% | - |
| XYZ | 17.39 | 29.36 | 22.52 | - |
| YUV | 112.3 | 132.34 | 47.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 168 | 120 | 1 | 0 | 0.29 | 0.34 | 162.86 | 1 | 0.33 |
| Hex | 0 | A8 | 78 | 64 | 0 | 1D | 22 | A3 | 64 | 21 |
| Octal | 0 | 250 | 170 | 144 | 0 | 35 | 42 | 243 | 144 | 41 |
| Binary | 0 | 10101000 | 1111000 | 1100100 | 0 | 11101 | 100010 | 10100011 | 1100100 | 100001 |
Color Harmonies of #00A878
Complementary color
Monochromatic Colors of #00A878
Black with #00A878
Text Example
Text Example
White with #00A878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A878; }
p { color: rgb(0,168,120); }
H1.HeaderClassName
{
color: #00A878;
}
.AnyTagClassName
{
color: #00A878;
}
</style>
background-color css
<style>
a { background-color: #00A878; }
a { background-color: rgb(0,168,120); }
div.DivClassName
{
background-color: #00A878;
}
.BgClassName
{
background-color: #00A878;
}
</style>
border-color css
<style>
span { border-color: #00A878; }
span { border-color: rgb(0,168,120); }
td.TdClassName
{
border-color: #00A878;
}
.TagClassName
{
border-color: #00A878;
}
</style>