Html Css Color HEX #00A581 Free Speech Aquamarine
📋 copy color: '#00A581'red 0 ◦ green 165 ◦ blue 129
Shades of Free Speech Aquamarine #00A581
Tints of Free Speech Aquamarine #00A581
RGB
CMYK
RGB Variations
Color information
#00A581 (or 0x00A581) is known color: Free Speech Aquamarine. HEX triplet: 00, A5 and 81. RGB value is (0,165,129). Sum of RGB (Red+Green+Blue) = 0+165+129=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 165 (64.84% from 255 or 56.12% from 294); Blue value is 129 (50.78% from 255 or 43.88% from 294); Max value from RGB is 165 - color contains mainly: green. Hex color #00A581 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00A581 is #FF5A7E. Grayscale: #6F6F6F. Windows color (decimal): -16734847 or 8496384. OLE color: 8496384.
HSL color Cylindrical-coordinate representation of color #00A581: hue angle of 166.91º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A581 is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 0 | 165 | 129 | - |
| CMYK | 1 | 0 | 0.22 | 0.35 |
| HSL | 166.91º | 1% | 0.32% | - |
| HSV(B) | 166.91º | 1% | 0.65% | - |
| XYZ | 17.42 | 28.5 | 25.35 | - |
| YUV | 111.56 | 137.84 | 48.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 165 | 129 | 1 | 0 | 0.22 | 0.35 | 166.91 | 1 | 0.32 |
| Hex | 0 | A5 | 81 | 64 | 0 | 16 | 23 | A7 | 64 | 20 |
| Octal | 0 | 245 | 201 | 144 | 0 | 26 | 43 | 247 | 144 | 40 |
| Binary | 0 | 10100101 | 10000001 | 1100100 | 0 | 10110 | 100011 | 10100111 | 1100100 | 100000 |
Color Harmonies of #00A581
Complementary color
Monochromatic Colors of #00A581
Black with #00A581
Text Example
Text Example
White with #00A581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A581; }
p { color: rgb(0,165,129); }
H1.HeaderClassName
{
color: #00A581;
}
.AnyTagClassName
{
color: #00A581;
}
</style>
background-color css
<style>
a { background-color: #00A581; }
a { background-color: rgb(0,165,129); }
div.DivClassName
{
background-color: #00A581;
}
.BgClassName
{
background-color: #00A581;
}
</style>
border-color css
<style>
span { border-color: #00A581; }
span { border-color: rgb(0,165,129); }
td.TdClassName
{
border-color: #00A581;
}
.TagClassName
{
border-color: #00A581;
}
</style>