Html Css Color HEX #0D9E76 Free Speech Aquamarine
📋 copy color: '#0D9E76'red 13 ◦ green 158 ◦ blue 118
Shades of Free Speech Aquamarine #0D9E76
Tints of Free Speech Aquamarine #0D9E76
RGB
CMYK
RGB Variations
Color information
#0D9E76 (or 0x0D9E76) is known color: Free Speech Aquamarine. HEX triplet: 0D, 9E and 76. RGB value is (13,158,118). Sum of RGB (Red+Green+Blue) = 13+158+118=289 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.50% from 289); Green value is 158 (62.11% from 255 or 54.67% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 158 - color contains mainly: green. Hex color #0D9E76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9E76 is #F26189. Grayscale: #6E6E6E. Windows color (decimal): -15884682 or 7773709. OLE color: 7773709.
HSL color Cylindrical-coordinate representation of color #0D9E76: hue angle of 163.45º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9E76 is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 13 | 158 | 118 | - |
| CMYK | 0.92 | 0 | 0.25 | 0.38 |
| HSL | 163.45º | 0.85% | 0.34% | - |
| HSV(B) | 163.45º | 0.92% | 0.62% | - |
| XYZ | 15.66 | 25.85 | 21.3 | - |
| YUV | 110.09 | 132.46 | 58.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 158 | 118 | 0.92 | 0 | 0.25 | 0.38 | 163.45 | 0.85 | 0.34 |
| Hex | D | 9E | 76 | 5C | 0 | 19 | 26 | A3 | 55 | 22 |
| Octal | 15 | 236 | 166 | 134 | 0 | 31 | 46 | 243 | 125 | 42 |
| Binary | 1101 | 10011110 | 1110110 | 1011100 | 0 | 11001 | 100110 | 10100011 | 1010101 | 100010 |
Color Harmonies of #0D9E76
Complementary color
Monochromatic Colors of #0D9E76
Black with #0D9E76
Text Example
Text Example
White with #0D9E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9E76; }
p { color: rgb(13,158,118); }
H1.HeaderClassName
{
color: #0D9E76;
}
.AnyTagClassName
{
color: #0D9E76;
}
</style>
background-color css
<style>
a { background-color: #0D9E76; }
a { background-color: rgb(13,158,118); }
div.DivClassName
{
background-color: #0D9E76;
}
.BgClassName
{
background-color: #0D9E76;
}
</style>
border-color css
<style>
span { border-color: #0D9E76; }
span { border-color: rgb(13,158,118); }
td.TdClassName
{
border-color: #0D9E76;
}
.TagClassName
{
border-color: #0D9E76;
}
</style>