Shades of Ocean Green #5DAF7E
Tints of Ocean Green #5DAF7E
RGB
CMYK
RGB Variations
Color information
#5DAF7E (or 0x5DAF7E) is known color: Ocean Green. HEX triplet: 5D, AF and 7E. RGB value is (93,175,126). Sum of RGB (Red+Green+Blue) = 93+175+126=394 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.60% from 394); Green value is 175 (68.75% from 255 or 44.42% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 175 - color contains mainly: green. Hex color #5DAF7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAF7E is #A25081. Grayscale: #919191. Windows color (decimal): -10637442 or 8302429. OLE color: 8302429.
HSL color Cylindrical-coordinate representation of color #5DAF7E: hue angle of 144.15º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5DAF7E is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 175 | 126 | - |
| CMYK | 0.47 | 0 | 0.28 | 0.31 |
| HSL | 144.15º | 0.34% | 0.53% | - |
| HSV(B) | 144.15º | 0.47% | 0.69% | - |
| XYZ | 23.61 | 34.49 | 25.15 | - |
| YUV | 144.9 | 117.33 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 175 | 126 | 0.47 | 0 | 0.28 | 0.31 | 144.15 | 0.34 | 0.53 |
| Hex | 5D | AF | 7E | 2F | 0 | 1C | 1F | 90 | 22 | 35 |
| Octal | 135 | 257 | 176 | 57 | 0 | 34 | 37 | 220 | 42 | 65 |
| Binary | 1011101 | 10101111 | 1111110 | 101111 | 0 | 11100 | 11111 | 10010000 | 100010 | 110101 |
Color Harmonies of #5DAF7E
Complementary color
Monochromatic Colors of #5DAF7E
Black with #5DAF7E
Text Example
Text Example
White with #5DAF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAF7E; }
p { color: rgb(93,175,126); }
H1.HeaderClassName
{
color: #5DAF7E;
}
.AnyTagClassName
{
color: #5DAF7E;
}
</style>
background-color css
<style>
a { background-color: #5DAF7E; }
a { background-color: rgb(93,175,126); }
div.DivClassName
{
background-color: #5DAF7E;
}
.BgClassName
{
background-color: #5DAF7E;
}
</style>
border-color css
<style>
span { border-color: #5DAF7E; }
span { border-color: rgb(93,175,126); }
td.TdClassName
{
border-color: #5DAF7E;
}
.TagClassName
{
border-color: #5DAF7E;
}
</style>