Html Css Color HEX #0E996F Free Speech Aquamarine
📋 copy color: '#0E996F'red 14 ◦ green 153 ◦ blue 111
Shades of Free Speech Aquamarine #0E996F
Tints of Free Speech Aquamarine #0E996F
RGB
CMYK
RGB Variations
Color information
#0E996F (or 0x0E996F) is known color: Free Speech Aquamarine. HEX triplet: 0E, 99 and 6F. RGB value is (14,153,111). Sum of RGB (Red+Green+Blue) = 14+153+111=278 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.04% from 278); Green value is 153 (60.16% from 255 or 55.04% from 278); Blue value is 111 (43.75% from 255 or 39.93% from 278); Max value from RGB is 153 - color contains mainly: green. Hex color #0E996F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E996F is #F16690. Grayscale: #6A6A6A. Windows color (decimal): -15820433 or 7313678. OLE color: 7313678.
HSL color Cylindrical-coordinate representation of color #0E996F: hue angle of 161.87º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E996F is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 14 | 153 | 111 | - |
| CMYK | 0.91 | 0 | 0.27 | 0.4 |
| HSL | 161.87º | 0.83% | 0.33% | - |
| HSV(B) | 161.87º | 0.91% | 0.6% | - |
| XYZ | 14.44 | 24.02 | 18.91 | - |
| YUV | 106.65 | 130.45 | 61.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 153 | 111 | 0.91 | 0 | 0.27 | 0.4 | 161.87 | 0.83 | 0.33 |
| Hex | E | 99 | 6F | 5B | 0 | 1B | 28 | A2 | 53 | 21 |
| Octal | 16 | 231 | 157 | 133 | 0 | 33 | 50 | 242 | 123 | 41 |
| Binary | 1110 | 10011001 | 1101111 | 1011011 | 0 | 11011 | 101000 | 10100010 | 1010011 | 100001 |
Color Harmonies of #0E996F
Complementary color
Monochromatic Colors of #0E996F
Black with #0E996F
Text Example
Text Example
White with #0E996F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E996F; }
p { color: rgb(14,153,111); }
H1.HeaderClassName
{
color: #0E996F;
}
.AnyTagClassName
{
color: #0E996F;
}
</style>
background-color css
<style>
a { background-color: #0E996F; }
a { background-color: rgb(14,153,111); }
div.DivClassName
{
background-color: #0E996F;
}
.BgClassName
{
background-color: #0E996F;
}
</style>
border-color css
<style>
span { border-color: #0E996F; }
span { border-color: rgb(14,153,111); }
td.TdClassName
{
border-color: #0E996F;
}
.TagClassName
{
border-color: #0E996F;
}
</style>