Html Css Color HEX #029B80 Free Speech Aquamarine
📋 copy color: '#029B80'red 2 ◦ green 155 ◦ blue 128
Shades of Free Speech Aquamarine #029B80
Tints of Free Speech Aquamarine #029B80
RGB
CMYK
RGB Variations
Color information
#029B80 (or 0x029B80) is known color: Free Speech Aquamarine. HEX triplet: 02, 9B and 80. RGB value is (2,155,128). Sum of RGB (Red+Green+Blue) = 2+155+128=285 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 285); Green value is 155 (60.94% from 255 or 54.39% from 285); Blue value is 128 (50.39% from 255 or 44.91% from 285); Max value from RGB is 155 - color contains mainly: green. Hex color #029B80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029B80 is #FD647F. Grayscale: #6A6A6A. Windows color (decimal): -16606336 or 8428290. OLE color: 8428290.
HSL color Cylindrical-coordinate representation of color #029B80: hue angle of 169.41º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029B80 is Cyan = 0.99, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 2 | 155 | 128 | - |
| CMYK | 0.99 | 0 | 0.17 | 0.39 |
| HSL | 169.41º | 0.97% | 0.31% | - |
| HSV(B) | 169.41º | 0.99% | 0.61% | - |
| XYZ | 15.64 | 25.01 | 24.43 | - |
| YUV | 106.18 | 140.31 | 53.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 155 | 128 | 0.99 | 0 | 0.17 | 0.39 | 169.41 | 0.97 | 0.31 |
| Hex | 2 | 9B | 80 | 63 | 0 | 11 | 27 | A9 | 61 | 1F |
| Octal | 2 | 233 | 200 | 143 | 0 | 21 | 47 | 251 | 141 | 37 |
| Binary | 10 | 10011011 | 10000000 | 1100011 | 0 | 10001 | 100111 | 10101001 | 1100001 | 11111 |
Color Harmonies of #029B80
Complementary color
Monochromatic Colors of #029B80
Black with #029B80
Text Example
Text Example
White with #029B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029B80; }
p { color: rgb(2,155,128); }
H1.HeaderClassName
{
color: #029B80;
}
.AnyTagClassName
{
color: #029B80;
}
</style>
background-color css
<style>
a { background-color: #029B80; }
a { background-color: rgb(2,155,128); }
div.DivClassName
{
background-color: #029B80;
}
.BgClassName
{
background-color: #029B80;
}
</style>
border-color css
<style>
span { border-color: #029B80; }
span { border-color: rgb(2,155,128); }
td.TdClassName
{
border-color: #029B80;
}
.TagClassName
{
border-color: #029B80;
}
</style>