Html Css Color HEX #0D9776 Free Speech Aquamarine
📋 copy color: '#0D9776'red 13 ◦ green 151 ◦ blue 118
Shades of Free Speech Aquamarine #0D9776
Tints of Free Speech Aquamarine #0D9776
RGB
CMYK
RGB Variations
Color information
#0D9776 (or 0x0D9776) is known color: Free Speech Aquamarine. HEX triplet: 0D, 97 and 76. RGB value is (13,151,118). Sum of RGB (Red+Green+Blue) = 13+151+118=282 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.61% from 282); Green value is 151 (59.38% from 255 or 53.55% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 151 - color contains mainly: green. Hex color #0D9776 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9776 is #F26889. Grayscale: #696969. Windows color (decimal): -15886474 or 7771917. OLE color: 7771917.
HSL color Cylindrical-coordinate representation of color #0D9776: hue angle of 165.65º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9776 is Cyan = 0.91, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 13 | 151 | 118 | - |
| CMYK | 0.91 | 0 | 0.22 | 0.41 |
| HSL | 165.65º | 0.84% | 0.32% | - |
| HSV(B) | 165.65º | 0.91% | 0.59% | - |
| XYZ | 14.5 | 23.53 | 20.92 | - |
| YUV | 105.98 | 134.78 | 61.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 151 | 118 | 0.91 | 0 | 0.22 | 0.41 | 165.65 | 0.84 | 0.32 |
| Hex | D | 97 | 76 | 5B | 0 | 16 | 29 | A6 | 54 | 20 |
| Octal | 15 | 227 | 166 | 133 | 0 | 26 | 51 | 246 | 124 | 40 |
| Binary | 1101 | 10010111 | 1110110 | 1011011 | 0 | 10110 | 101001 | 10100110 | 1010100 | 100000 |
Color Harmonies of #0D9776
Complementary color
Monochromatic Colors of #0D9776
Black with #0D9776
Text Example
Text Example
White with #0D9776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9776; }
p { color: rgb(13,151,118); }
H1.HeaderClassName
{
color: #0D9776;
}
.AnyTagClassName
{
color: #0D9776;
}
</style>
background-color css
<style>
a { background-color: #0D9776; }
a { background-color: rgb(13,151,118); }
div.DivClassName
{
background-color: #0D9776;
}
.BgClassName
{
background-color: #0D9776;
}
</style>
border-color css
<style>
span { border-color: #0D9776; }
span { border-color: rgb(13,151,118); }
td.TdClassName
{
border-color: #0D9776;
}
.TagClassName
{
border-color: #0D9776;
}
</style>