Html Css Color HEX #05A380 Free Speech Aquamarine
📋 copy color: '#05A380'red 5 ◦ green 163 ◦ blue 128
Shades of Free Speech Aquamarine #05A380
Tints of Free Speech Aquamarine #05A380
RGB
CMYK
RGB Variations
Color information
#05A380 (or 0x05A380) is known color: Free Speech Aquamarine. HEX triplet: 05, A3 and 80. RGB value is (5,163,128). Sum of RGB (Red+Green+Blue) = 5+163+128=296 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 296); Green value is 163 (64.06% from 255 or 55.07% from 296); Blue value is 128 (50.39% from 255 or 43.24% from 296); Max value from RGB is 163 - color contains mainly: green. Hex color #05A380 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05A380 is #FA5C7F. Grayscale: #6F6F6F. Windows color (decimal): -16407680 or 8430341. OLE color: 8430341.
HSL color Cylindrical-coordinate representation of color #05A380: hue angle of 166.71º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A380 is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 163 | 128 | - |
| CMYK | 0.97 | 0 | 0.21 | 0.36 |
| HSL | 166.71º | 0.94% | 0.33% | - |
| HSV(B) | 166.71º | 0.97% | 0.64% | - |
| XYZ | 17.06 | 27.79 | 24.89 | - |
| YUV | 111.77 | 137.15 | 51.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 163 | 128 | 0.97 | 0 | 0.21 | 0.36 | 166.71 | 0.94 | 0.33 |
| Hex | 5 | A3 | 80 | 61 | 0 | 15 | 24 | A7 | 5E | 21 |
| Octal | 5 | 243 | 200 | 141 | 0 | 25 | 44 | 247 | 136 | 41 |
| Binary | 101 | 10100011 | 10000000 | 1100001 | 0 | 10101 | 100100 | 10100111 | 1011110 | 100001 |
Color Harmonies of #05A380
Complementary color
Monochromatic Colors of #05A380
Black with #05A380
Text Example
Text Example
White with #05A380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A380; }
p { color: rgb(5,163,128); }
H1.HeaderClassName
{
color: #05A380;
}
.AnyTagClassName
{
color: #05A380;
}
</style>
background-color css
<style>
a { background-color: #05A380; }
a { background-color: rgb(5,163,128); }
div.DivClassName
{
background-color: #05A380;
}
.BgClassName
{
background-color: #05A380;
}
</style>
border-color css
<style>
span { border-color: #05A380; }
span { border-color: rgb(5,163,128); }
td.TdClassName
{
border-color: #05A380;
}
.TagClassName
{
border-color: #05A380;
}
</style>