Shades of Ocean Green #5EAB7E
Tints of Ocean Green #5EAB7E
RGB
CMYK
RGB Variations
Color information
#5EAB7E (or 0x5EAB7E) is known color: Ocean Green. HEX triplet: 5E, AB and 7E. RGB value is (94,171,126). Sum of RGB (Red+Green+Blue) = 94+171+126=391 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.04% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 171 - color contains mainly: green. Hex color #5EAB7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAB7E is #A15481. Grayscale: #8E8E8E. Windows color (decimal): -10572930 or 8301406. OLE color: 8301406.
HSL color Cylindrical-coordinate representation of color #5EAB7E: hue angle of 144.94º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5EAB7E is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
RGB | 94 | 171 | 126 | - |
CMYK | 0.45 | 0 | 0.26 | 0.33 |
HSL | 144.94º | 0.31% | 0.52% | - |
HSV(B) | 144.94º | 0.45% | 0.67% | - |
XYZ | 22.94 | 33.01 | 24.9 | - |
YUV | 142.85 | 118.49 | 93.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 171 | 126 | 0.45 | 0 | 0.26 | 0.33 | 144.94 | 0.31 | 0.52 |
Hex | 5E | AB | 7E | 2D | 0 | 1A | 21 | 91 | 1F | 34 |
Octal | 136 | 253 | 176 | 55 | 0 | 32 | 41 | 221 | 37 | 64 |
Binary | 1011110 | 10101011 | 1111110 | 101101 | 0 | 11010 | 100001 | 10010001 | 11111 | 110100 |
Color Harmonies of #5EAB7E
Complementary color
Monochromatic Colors of #5EAB7E
Black with #5EAB7E
Text Example
Text Example
White with #5EAB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAB7E; }
p { color: rgb(94,171,126); }
H1.HeaderClassName
{
color: #5EAB7E;
}
.AnyTagClassName
{
color: #5EAB7E;
}
</style>
background-color css
<style>
a { background-color: #5EAB7E; }
a { background-color: rgb(94,171,126); }
div.DivClassName
{
background-color: #5EAB7E;
}
.BgClassName
{
background-color: #5EAB7E;
}
</style>
border-color css
<style>
span { border-color: #5EAB7E; }
span { border-color: rgb(94,171,126); }
td.TdClassName
{
border-color: #5EAB7E;
}
.TagClassName
{
border-color: #5EAB7E;
}
</style>