Shades of Ocean Green #5DAA7E
Tints of Ocean Green #5DAA7E
RGB
CMYK
RGB Variations
Color information
#5DAA7E (or 0x5DAA7E) is known color: Ocean Green. HEX triplet: 5D, AA and 7E. RGB value is (93,170,126). Sum of RGB (Red+Green+Blue) = 93+170+126=389 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.91% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 170 - color contains mainly: green. Hex color #5DAA7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAA7E is #A25581. Grayscale: #8E8E8E. Windows color (decimal): -10638722 or 8301149. OLE color: 8301149.
HSL color Cylindrical-coordinate representation of color #5DAA7E: hue angle of 145.71º 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 #5DAA7E is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 170 | 126 | - |
| CMYK | 0.45 | 0 | 0.26 | 0.33 |
| HSL | 145.71º | 0.31% | 0.52% | - |
| HSV(B) | 145.71º | 0.45% | 0.67% | - |
| XYZ | 22.65 | 32.58 | 24.83 | - |
| YUV | 141.96 | 118.99 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 170 | 126 | 0.45 | 0 | 0.26 | 0.33 | 145.71 | 0.31 | 0.52 |
| Hex | 5D | AA | 7E | 2D | 0 | 1A | 21 | 92 | 1F | 34 |
| Octal | 135 | 252 | 176 | 55 | 0 | 32 | 41 | 222 | 37 | 64 |
| Binary | 1011101 | 10101010 | 1111110 | 101101 | 0 | 11010 | 100001 | 10010010 | 11111 | 110100 |
Color Harmonies of #5DAA7E
Complementary color
Monochromatic Colors of #5DAA7E
Black with #5DAA7E
Text Example
Text Example
White with #5DAA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAA7E; }
p { color: rgb(93,170,126); }
H1.HeaderClassName
{
color: #5DAA7E;
}
.AnyTagClassName
{
color: #5DAA7E;
}
</style>
background-color css
<style>
a { background-color: #5DAA7E; }
a { background-color: rgb(93,170,126); }
div.DivClassName
{
background-color: #5DAA7E;
}
.BgClassName
{
background-color: #5DAA7E;
}
</style>
border-color css
<style>
span { border-color: #5DAA7E; }
span { border-color: rgb(93,170,126); }
td.TdClassName
{
border-color: #5DAA7E;
}
.TagClassName
{
border-color: #5DAA7E;
}
</style>