Shades of Light Sea Green #0EAEB4
Tints of Light Sea Green #0EAEB4
RGB
CMYK
RGB Variations
Color information
#0EAEB4 (or 0x0EAEB4) is known color: Light Sea Green. HEX triplet: 0E, AE and B4. RGB value is (14,174,180). Sum of RGB (Red+Green+Blue) = 14+174+180=368 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.80% from 368); Green value is 174 (68.36% from 255 or 47.28% from 368); Blue value is 180 (70.70% from 255 or 48.91% from 368); Max value from RGB is 180 - color contains mainly: blue. Hex color #0EAEB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EAEB4 is #F1514B. Grayscale: #7E7E7E. Windows color (decimal): -15814988 or 11841038. OLE color: 11841038.
HSL color Cylindrical-coordinate representation of color #0EAEB4: hue angle of 182.17º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAEB4 is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 14 | 174 | 180 | - |
| CMYK | 0.92 | 0.03 | 0 | 0.29 |
| HSL | 182.17º | 0.86% | 0.38% | - |
| HSV(B) | 182.17º | 0.92% | 0.71% | - |
| XYZ | 23.56 | 33.66 | 48.44 | - |
| YUV | 126.84 | 157.99 | 47.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 174 | 180 | 0.92 | 0.03 | 0 | 0.29 | 182.17 | 0.86 | 0.38 |
| Hex | E | AE | B4 | 5C | 3 | 0 | 1D | B6 | 56 | 26 |
| Octal | 16 | 256 | 264 | 134 | 3 | 0 | 35 | 266 | 126 | 46 |
| Binary | 1110 | 10101110 | 10110100 | 1011100 | 11 | 0 | 11101 | 10110110 | 1010110 | 100110 |
Color Harmonies of #0EAEB4
Complementary color
Monochromatic Colors of #0EAEB4
Black with #0EAEB4
Text Example
Text Example
White with #0EAEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAEB4; }
p { color: rgb(14,174,180); }
H1.HeaderClassName
{
color: #0EAEB4;
}
.AnyTagClassName
{
color: #0EAEB4;
}
</style>
background-color css
<style>
a { background-color: #0EAEB4; }
a { background-color: rgb(14,174,180); }
div.DivClassName
{
background-color: #0EAEB4;
}
.BgClassName
{
background-color: #0EAEB4;
}
</style>
border-color css
<style>
span { border-color: #0EAEB4; }
span { border-color: rgb(14,174,180); }
td.TdClassName
{
border-color: #0EAEB4;
}
.TagClassName
{
border-color: #0EAEB4;
}
</style>