Html Css Color HEX #0D996B Free Speech Aquamarine
📋 copy color: '#0D996B'red 13 ◦ green 153 ◦ blue 107
Shades of Free Speech Aquamarine #0D996B
Tints of Free Speech Aquamarine #0D996B
RGB
CMYK
RGB Variations
Color information
#0D996B (or 0x0D996B) is known color: Free Speech Aquamarine. HEX triplet: 0D, 99 and 6B. RGB value is (13,153,107). Sum of RGB (Red+Green+Blue) = 13+153+107=273 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.76% from 273); Green value is 153 (60.16% from 255 or 56.04% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 153 - color contains mainly: green. Hex color #0D996B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D996B is #F26694. Grayscale: #696969. Windows color (decimal): -15885973 or 7051533. OLE color: 7051533.
HSL color Cylindrical-coordinate representation of color #0D996B: hue angle of 160.29º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D996B is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 13 | 153 | 107 | - |
| CMYK | 0.92 | 0 | 0.30 | 0.4 |
| HSL | 160.29º | 0.84% | 0.33% | - |
| HSV(B) | 160.29º | 0.92% | 0.6% | - |
| XYZ | 14.21 | 23.93 | 17.78 | - |
| YUV | 105.9 | 128.62 | 61.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 153 | 107 | 0.92 | 0 | 0.30 | 0.4 | 160.29 | 0.84 | 0.33 |
| Hex | D | 99 | 6B | 5C | 0 | 1E | 28 | A0 | 54 | 21 |
| Octal | 15 | 231 | 153 | 134 | 0 | 36 | 50 | 240 | 124 | 41 |
| Binary | 1101 | 10011001 | 1101011 | 1011100 | 0 | 11110 | 101000 | 10100000 | 1010100 | 100001 |
Color Harmonies of #0D996B
Complementary color
Monochromatic Colors of #0D996B
Black with #0D996B
Text Example
Text Example
White with #0D996B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D996B; }
p { color: rgb(13,153,107); }
H1.HeaderClassName
{
color: #0D996B;
}
.AnyTagClassName
{
color: #0D996B;
}
</style>
background-color css
<style>
a { background-color: #0D996B; }
a { background-color: rgb(13,153,107); }
div.DivClassName
{
background-color: #0D996B;
}
.BgClassName
{
background-color: #0D996B;
}
</style>
border-color css
<style>
span { border-color: #0D996B; }
span { border-color: rgb(13,153,107); }
td.TdClassName
{
border-color: #0D996B;
}
.TagClassName
{
border-color: #0D996B;
}
</style>