Shades of Ocean Green #5BAD7F
Tints of Ocean Green #5BAD7F
RGB
CMYK
RGB Variations
Color information
#5BAD7F (or 0x5BAD7F) is known color: Ocean Green. HEX triplet: 5B, AD and 7F. RGB value is (91,173,127). Sum of RGB (Red+Green+Blue) = 91+173+127=391 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.27% from 391); Green value is 173 (67.97% from 255 or 44.25% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 173 - color contains mainly: green. Hex color #5BAD7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAD7F is #A45280. Grayscale: #8F8F8F. Windows color (decimal): -10769025 or 8367451. OLE color: 8367451.
HSL color Cylindrical-coordinate representation of color #5BAD7F: hue angle of 146.34º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5BAD7F is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 173 | 127 | - |
| CMYK | 0.47 | 0 | 0.27 | 0.32 |
| HSL | 146.34º | 0.33% | 0.52% | - |
| HSV(B) | 146.34º | 0.47% | 0.68% | - |
| XYZ | 23.09 | 33.64 | 25.36 | - |
| YUV | 143.24 | 118.83 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 173 | 127 | 0.47 | 0 | 0.27 | 0.32 | 146.34 | 0.33 | 0.52 |
| Hex | 5B | AD | 7F | 2F | 0 | 1B | 20 | 92 | 21 | 34 |
| Octal | 133 | 255 | 177 | 57 | 0 | 33 | 40 | 222 | 41 | 64 |
| Binary | 1011011 | 10101101 | 1111111 | 101111 | 0 | 11011 | 100000 | 10010010 | 100001 | 110100 |
Color Harmonies of #5BAD7F
Complementary color
Monochromatic Colors of #5BAD7F
Black with #5BAD7F
Text Example
Text Example
White with #5BAD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAD7F; }
p { color: rgb(91,173,127); }
H1.HeaderClassName
{
color: #5BAD7F;
}
.AnyTagClassName
{
color: #5BAD7F;
}
</style>
background-color css
<style>
a { background-color: #5BAD7F; }
a { background-color: rgb(91,173,127); }
div.DivClassName
{
background-color: #5BAD7F;
}
.BgClassName
{
background-color: #5BAD7F;
}
</style>
border-color css
<style>
span { border-color: #5BAD7F; }
span { border-color: rgb(91,173,127); }
td.TdClassName
{
border-color: #5BAD7F;
}
.TagClassName
{
border-color: #5BAD7F;
}
</style>