Html Css Color HEX #0E957B Free Speech Aquamarine
📋 copy color: '#0E957B'red 14 ◦ green 149 ◦ blue 123
Shades of Free Speech Aquamarine #0E957B
Tints of Free Speech Aquamarine #0E957B
RGB
CMYK
RGB Variations
Color information
#0E957B (or 0x0E957B) is known color: Free Speech Aquamarine. HEX triplet: 0E, 95 and 7B. RGB value is (14,149,123). Sum of RGB (Red+Green+Blue) = 14+149+123=286 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.90% from 286); Green value is 149 (58.59% from 255 or 52.10% from 286); Blue value is 123 (48.44% from 255 or 43.01% from 286); Max value from RGB is 149 - color contains mainly: green. Hex color #0E957B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E957B is #F16A84. Grayscale: #696969. Windows color (decimal): -15821445 or 8099086. OLE color: 8099086.
HSL color Cylindrical-coordinate representation of color #0E957B: hue angle of 168.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 #0E957B is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 14 | 149 | 123 | - |
| CMYK | 0.91 | 0 | 0.17 | 0.42 |
| HSL | 168.44º | 0.83% | 0.32% | - |
| HSV(B) | 168.44º | 0.91% | 0.58% | - |
| XYZ | 14.5 | 23.02 | 22.42 | - |
| YUV | 105.67 | 137.77 | 62.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 149 | 123 | 0.91 | 0 | 0.17 | 0.42 | 168.44 | 0.83 | 0.32 |
| Hex | E | 95 | 7B | 5B | 0 | 11 | 2A | A8 | 53 | 20 |
| Octal | 16 | 225 | 173 | 133 | 0 | 21 | 52 | 250 | 123 | 40 |
| Binary | 1110 | 10010101 | 1111011 | 1011011 | 0 | 10001 | 101010 | 10101000 | 1010011 | 100000 |
Color Harmonies of #0E957B
Complementary color
Monochromatic Colors of #0E957B
Black with #0E957B
Text Example
Text Example
White with #0E957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E957B; }
p { color: rgb(14,149,123); }
H1.HeaderClassName
{
color: #0E957B;
}
.AnyTagClassName
{
color: #0E957B;
}
</style>
background-color css
<style>
a { background-color: #0E957B; }
a { background-color: rgb(14,149,123); }
div.DivClassName
{
background-color: #0E957B;
}
.BgClassName
{
background-color: #0E957B;
}
</style>
border-color css
<style>
span { border-color: #0E957B; }
span { border-color: rgb(14,149,123); }
td.TdClassName
{
border-color: #0E957B;
}
.TagClassName
{
border-color: #0E957B;
}
</style>