Html Css Color HEX #00A782 Free Speech Aquamarine
📋 copy color: '#00A782'red 0 ◦ green 167 ◦ blue 130
Shades of Free Speech Aquamarine #00A782
Tints of Free Speech Aquamarine #00A782
RGB
CMYK
RGB Variations
Color information
#00A782 (or 0x00A782) is known color: Free Speech Aquamarine. HEX triplet: 00, A7 and 82. RGB value is (0,167,130). Sum of RGB (Red+Green+Blue) = 0+167+130=297 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 297); Green value is 167 (65.62% from 255 or 56.23% from 297); Blue value is 130 (51.17% from 255 or 43.77% from 297); Max value from RGB is 167 - color contains mainly: green. Hex color #00A782 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00A782 is #FF587D. Grayscale: #707070. Windows color (decimal): -16734334 or 8562432. OLE color: 8562432.
HSL color Cylindrical-coordinate representation of color #00A782: hue angle of 166.71º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A782 is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 0 | 167 | 130 | - |
| CMYK | 1 | 0 | 0.22 | 0.35 |
| HSL | 166.71º | 1% | 0.33% | - |
| HSV(B) | 166.71º | 1% | 0.65% | - |
| XYZ | 17.85 | 29.25 | 25.82 | - |
| YUV | 112.85 | 137.67 | 47.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 167 | 130 | 1 | 0 | 0.22 | 0.35 | 166.71 | 1 | 0.33 |
| Hex | 0 | A7 | 82 | 64 | 0 | 16 | 23 | A7 | 64 | 21 |
| Octal | 0 | 247 | 202 | 144 | 0 | 26 | 43 | 247 | 144 | 41 |
| Binary | 0 | 10100111 | 10000010 | 1100100 | 0 | 10110 | 100011 | 10100111 | 1100100 | 100001 |
Color Harmonies of #00A782
Complementary color
Monochromatic Colors of #00A782
Black with #00A782
Text Example
Text Example
White with #00A782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A782; }
p { color: rgb(0,167,130); }
H1.HeaderClassName
{
color: #00A782;
}
.AnyTagClassName
{
color: #00A782;
}
</style>
background-color css
<style>
a { background-color: #00A782; }
a { background-color: rgb(0,167,130); }
div.DivClassName
{
background-color: #00A782;
}
.BgClassName
{
background-color: #00A782;
}
</style>
border-color css
<style>
span { border-color: #00A782; }
span { border-color: rgb(0,167,130); }
td.TdClassName
{
border-color: #00A782;
}
.TagClassName
{
border-color: #00A782;
}
</style>