Shades of Light Sea Green #0EA7B1
Tints of Light Sea Green #0EA7B1
RGB
CMYK
RGB Variations
Color information
#0EA7B1 (or 0x0EA7B1) is known color: Light Sea Green. HEX triplet: 0E, A7 and B1. RGB value is (14,167,177). Sum of RGB (Red+Green+Blue) = 14+167+177=358 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.91% from 358); Green value is 167 (65.62% from 255 or 46.65% from 358); Blue value is 177 (69.53% from 255 or 49.44% from 358); Max value from RGB is 177 - color contains mainly: blue. Hex color #0EA7B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA7B1 is #F1584E. Grayscale: #7A7A7A. Windows color (decimal): -15816783 or 11642638. OLE color: 11642638.
HSL color Cylindrical-coordinate representation of color #0EA7B1: hue angle of 183.68º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA7B1 is Cyan = 0.92, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 14 | 167 | 177 | - |
| CMYK | 0.92 | 0.06 | 0 | 0.31 |
| HSL | 183.68º | 0.85% | 0.37% | - |
| HSV(B) | 183.68º | 0.92% | 0.69% | - |
| XYZ | 21.94 | 30.91 | 46.4 | - |
| YUV | 122.39 | 158.81 | 50.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 167 | 177 | 0.92 | 0.06 | 0 | 0.31 | 183.68 | 0.85 | 0.37 |
| Hex | E | A7 | B1 | 5C | 6 | 0 | 1F | B8 | 55 | 25 |
| Octal | 16 | 247 | 261 | 134 | 6 | 0 | 37 | 270 | 125 | 45 |
| Binary | 1110 | 10100111 | 10110001 | 1011100 | 110 | 0 | 11111 | 10111000 | 1010101 | 100101 |
Color Harmonies of #0EA7B1
Complementary color
Monochromatic Colors of #0EA7B1
Black with #0EA7B1
Text Example
Text Example
White with #0EA7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA7B1; }
p { color: rgb(14,167,177); }
H1.HeaderClassName
{
color: #0EA7B1;
}
.AnyTagClassName
{
color: #0EA7B1;
}
</style>
background-color css
<style>
a { background-color: #0EA7B1; }
a { background-color: rgb(14,167,177); }
div.DivClassName
{
background-color: #0EA7B1;
}
.BgClassName
{
background-color: #0EA7B1;
}
</style>
border-color css
<style>
span { border-color: #0EA7B1; }
span { border-color: rgb(14,167,177); }
td.TdClassName
{
border-color: #0EA7B1;
}
.TagClassName
{
border-color: #0EA7B1;
}
</style>