Html Css Color HEX #0E9572 Free Speech Aquamarine
📋 copy color: '#0E9572'red 14 ◦ green 149 ◦ blue 114
Shades of Free Speech Aquamarine #0E9572
Tints of Free Speech Aquamarine #0E9572
RGB
CMYK
RGB Variations
Color information
#0E9572 (or 0x0E9572) is known color: Free Speech Aquamarine. HEX triplet: 0E, 95 and 72. RGB value is (14,149,114). Sum of RGB (Red+Green+Blue) = 14+149+114=277 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.05% from 277); Green value is 149 (58.59% from 255 or 53.79% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 149 - color contains mainly: green. Hex color #0E9572 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9572 is #F16A8D. Grayscale: #686868. Windows color (decimal): -15821454 or 7509262. OLE color: 7509262.
HSL color Cylindrical-coordinate representation of color #0E9572: hue angle of 164.44º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9572 is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 14 | 149 | 114 | - |
| CMYK | 0.91 | 0 | 0.23 | 0.42 |
| HSL | 164.44º | 0.83% | 0.32% | - |
| HSV(B) | 164.44º | 0.91% | 0.58% | - |
| XYZ | 13.97 | 22.8 | 19.58 | - |
| YUV | 104.65 | 133.27 | 63.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 149 | 114 | 0.91 | 0 | 0.23 | 0.42 | 164.44 | 0.83 | 0.32 |
| Hex | E | 95 | 72 | 5B | 0 | 17 | 2A | A4 | 53 | 20 |
| Octal | 16 | 225 | 162 | 133 | 0 | 27 | 52 | 244 | 123 | 40 |
| Binary | 1110 | 10010101 | 1110010 | 1011011 | 0 | 10111 | 101010 | 10100100 | 1010011 | 100000 |
Color Harmonies of #0E9572
Complementary color
Monochromatic Colors of #0E9572
Black with #0E9572
Text Example
Text Example
White with #0E9572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9572; }
p { color: rgb(14,149,114); }
H1.HeaderClassName
{
color: #0E9572;
}
.AnyTagClassName
{
color: #0E9572;
}
</style>
background-color css
<style>
a { background-color: #0E9572; }
a { background-color: rgb(14,149,114); }
div.DivClassName
{
background-color: #0E9572;
}
.BgClassName
{
background-color: #0E9572;
}
</style>
border-color css
<style>
span { border-color: #0E9572; }
span { border-color: rgb(14,149,114); }
td.TdClassName
{
border-color: #0E9572;
}
.TagClassName
{
border-color: #0E9572;
}
</style>