Html Css Color HEX #0E9B73 Free Speech Aquamarine
📋 copy color: '#0E9B73'red 14 ◦ green 155 ◦ blue 115
Shades of Free Speech Aquamarine #0E9B73
Tints of Free Speech Aquamarine #0E9B73
RGB
CMYK
RGB Variations
Color information
#0E9B73 (or 0x0E9B73) is known color: Free Speech Aquamarine. HEX triplet: 0E, 9B and 73. RGB value is (14,155,115). Sum of RGB (Red+Green+Blue) = 14+155+115=284 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.93% from 284); Green value is 155 (60.94% from 255 or 54.58% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 155 - color contains mainly: green. Hex color #0E9B73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9B73 is #F1648C. Grayscale: #6C6C6C. Windows color (decimal): -15819917 or 7576334. OLE color: 7576334.
HSL color Cylindrical-coordinate representation of color #0E9B73: hue angle of 162.98º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9B73 is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 14 | 155 | 115 | - |
| CMYK | 0.91 | 0 | 0.26 | 0.39 |
| HSL | 162.98º | 0.83% | 0.33% | - |
| HSV(B) | 162.98º | 0.91% | 0.61% | - |
| XYZ | 15 | 24.77 | 20.21 | - |
| YUV | 108.28 | 131.79 | 60.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 155 | 115 | 0.91 | 0 | 0.26 | 0.39 | 162.98 | 0.83 | 0.33 |
| Hex | E | 9B | 73 | 5B | 0 | 1A | 27 | A3 | 53 | 21 |
| Octal | 16 | 233 | 163 | 133 | 0 | 32 | 47 | 243 | 123 | 41 |
| Binary | 1110 | 10011011 | 1110011 | 1011011 | 0 | 11010 | 100111 | 10100011 | 1010011 | 100001 |
Color Harmonies of #0E9B73
Complementary color
Monochromatic Colors of #0E9B73
Black with #0E9B73
Text Example
Text Example
White with #0E9B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9B73; }
p { color: rgb(14,155,115); }
H1.HeaderClassName
{
color: #0E9B73;
}
.AnyTagClassName
{
color: #0E9B73;
}
</style>
background-color css
<style>
a { background-color: #0E9B73; }
a { background-color: rgb(14,155,115); }
div.DivClassName
{
background-color: #0E9B73;
}
.BgClassName
{
background-color: #0E9B73;
}
</style>
border-color css
<style>
span { border-color: #0E9B73; }
span { border-color: rgb(14,155,115); }
td.TdClassName
{
border-color: #0E9B73;
}
.TagClassName
{
border-color: #0E9B73;
}
</style>