Shades of Ocean Green #5DB17A
Tints of Ocean Green #5DB17A
RGB
CMYK
RGB Variations
Color information
#5DB17A (or 0x5DB17A) is known color: Ocean Green. HEX triplet: 5D, B1 and 7A. RGB value is (93,177,122). Sum of RGB (Red+Green+Blue) = 93+177+122=392 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.72% from 392); Green value is 177 (69.53% from 255 or 45.15% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 177 - color contains mainly: green. Hex color #5DB17A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DB17A is #A24E85. Grayscale: #919191. Windows color (decimal): -10636934 or 8040797. OLE color: 8040797.
HSL color Cylindrical-coordinate representation of color #5DB17A: hue angle of 140.71º degrees, saturation: 0.35, 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 #5DB17A is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 177 | 122 | - |
| CMYK | 0.47 | 0 | 0.31 | 0.31 |
| HSL | 140.71º | 0.35% | 0.53% | - |
| HSV(B) | 140.71º | 0.47% | 0.69% | - |
| XYZ | 23.75 | 35.18 | 23.95 | - |
| YUV | 145.61 | 114.67 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 177 | 122 | 0.47 | 0 | 0.31 | 0.31 | 140.71 | 0.35 | 0.53 |
| Hex | 5D | B1 | 7A | 2F | 0 | 1F | 1F | 8D | 23 | 35 |
| Octal | 135 | 261 | 172 | 57 | 0 | 37 | 37 | 215 | 43 | 65 |
| Binary | 1011101 | 10110001 | 1111010 | 101111 | 0 | 11111 | 11111 | 10001101 | 100011 | 110101 |
Color Harmonies of #5DB17A
Complementary color
Monochromatic Colors of #5DB17A
Black with #5DB17A
Text Example
Text Example
White with #5DB17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB17A; }
p { color: rgb(93,177,122); }
H1.HeaderClassName
{
color: #5DB17A;
}
.AnyTagClassName
{
color: #5DB17A;
}
</style>
background-color css
<style>
a { background-color: #5DB17A; }
a { background-color: rgb(93,177,122); }
div.DivClassName
{
background-color: #5DB17A;
}
.BgClassName
{
background-color: #5DB17A;
}
</style>
border-color css
<style>
span { border-color: #5DB17A; }
span { border-color: rgb(93,177,122); }
td.TdClassName
{
border-color: #5DB17A;
}
.TagClassName
{
border-color: #5DB17A;
}
</style>