Html Css Color HEX #0E9983 Free Speech Aquamarine
📋 copy color: '#0E9983'red 14 ◦ green 153 ◦ blue 131
Shades of Free Speech Aquamarine #0E9983
Tints of Free Speech Aquamarine #0E9983
RGB
CMYK
RGB Variations
Color information
#0E9983 (or 0x0E9983) is known color: Free Speech Aquamarine. HEX triplet: 0E, 99 and 83. RGB value is (14,153,131). Sum of RGB (Red+Green+Blue) = 14+153+131=298 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.70% from 298); Green value is 153 (60.16% from 255 or 51.34% from 298); Blue value is 131 (51.56% from 255 or 43.96% from 298); Max value from RGB is 153 - color contains mainly: green. Hex color #0E9983 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9983 is #F1667C. Grayscale: #6C6C6C. Windows color (decimal): -15820413 or 8624398. OLE color: 8624398.
HSL color Cylindrical-coordinate representation of color #0E9983: hue angle of 170.5º 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 #0E9983 is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 14 | 153 | 131 | - |
| CMYK | 0.91 | 0 | 0.14 | 0.4 |
| HSL | 170.5º | 0.83% | 0.33% | - |
| HSV(B) | 170.5º | 0.91% | 0.6% | - |
| XYZ | 15.67 | 24.51 | 25.38 | - |
| YUV | 108.93 | 140.45 | 60.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 153 | 131 | 0.91 | 0 | 0.14 | 0.4 | 170.5 | 0.83 | 0.33 |
| Hex | E | 99 | 83 | 5B | 0 | E | 28 | AB | 53 | 21 |
| Octal | 16 | 231 | 203 | 133 | 0 | 16 | 50 | 253 | 123 | 41 |
| Binary | 1110 | 10011001 | 10000011 | 1011011 | 0 | 1110 | 101000 | 10101011 | 1010011 | 100001 |
Color Harmonies of #0E9983
Complementary color
Monochromatic Colors of #0E9983
Black with #0E9983
Text Example
Text Example
White with #0E9983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9983; }
p { color: rgb(14,153,131); }
H1.HeaderClassName
{
color: #0E9983;
}
.AnyTagClassName
{
color: #0E9983;
}
</style>
background-color css
<style>
a { background-color: #0E9983; }
a { background-color: rgb(14,153,131); }
div.DivClassName
{
background-color: #0E9983;
}
.BgClassName
{
background-color: #0E9983;
}
</style>
border-color css
<style>
span { border-color: #0E9983; }
span { border-color: rgb(14,153,131); }
td.TdClassName
{
border-color: #0E9983;
}
.TagClassName
{
border-color: #0E9983;
}
</style>