Html Css Color HEX #0E997F Free Speech Aquamarine
📋 copy color: '#0E997F'red 14 ◦ green 153 ◦ blue 127
Shades of Free Speech Aquamarine #0E997F
Tints of Free Speech Aquamarine #0E997F
RGB
CMYK
RGB Variations
Color information
#0E997F (or 0x0E997F) is known color: Free Speech Aquamarine. HEX triplet: 0E, 99 and 7F. RGB value is (14,153,127). Sum of RGB (Red+Green+Blue) = 14+153+127=294 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.76% from 294); Green value is 153 (60.16% from 255 or 52.04% from 294); Blue value is 127 (50% from 255 or 43.20% from 294); Max value from RGB is 153 - color contains mainly: green. Hex color #0E997F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E997F is #F16680. Grayscale: #6C6C6C. Windows color (decimal): -15820417 or 8362254. OLE color: 8362254.
HSL color Cylindrical-coordinate representation of color #0E997F: hue angle of 168.78º 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 #0E997F is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 14 | 153 | 127 | - |
| CMYK | 0.91 | 0 | 0.17 | 0.4 |
| HSL | 168.78º | 0.83% | 0.33% | - |
| HSV(B) | 168.78º | 0.91% | 0.6% | - |
| XYZ | 15.4 | 24.41 | 23.98 | - |
| YUV | 108.48 | 138.45 | 60.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 153 | 127 | 0.91 | 0 | 0.17 | 0.4 | 168.78 | 0.83 | 0.33 |
| Hex | E | 99 | 7F | 5B | 0 | 11 | 28 | A9 | 53 | 21 |
| Octal | 16 | 231 | 177 | 133 | 0 | 21 | 50 | 251 | 123 | 41 |
| Binary | 1110 | 10011001 | 1111111 | 1011011 | 0 | 10001 | 101000 | 10101001 | 1010011 | 100001 |
Color Harmonies of #0E997F
Complementary color
Monochromatic Colors of #0E997F
Black with #0E997F
Text Example
Text Example
White with #0E997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E997F; }
p { color: rgb(14,153,127); }
H1.HeaderClassName
{
color: #0E997F;
}
.AnyTagClassName
{
color: #0E997F;
}
</style>
background-color css
<style>
a { background-color: #0E997F; }
a { background-color: rgb(14,153,127); }
div.DivClassName
{
background-color: #0E997F;
}
.BgClassName
{
background-color: #0E997F;
}
</style>
border-color css
<style>
span { border-color: #0E997F; }
span { border-color: rgb(14,153,127); }
td.TdClassName
{
border-color: #0E997F;
}
.TagClassName
{
border-color: #0E997F;
}
</style>