Shades of Ocean Green #5CB37D
Tints of Ocean Green #5CB37D
RGB
CMYK
RGB Variations
Color information
#5CB37D (or 0x5CB37D) is known color: Ocean Green. HEX triplet: 5C, B3 and 7D. RGB value is (92,179,125). Sum of RGB (Red+Green+Blue) = 92+179+125=396 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.23% from 396); Green value is 179 (70.31% from 255 or 45.20% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 179 - color contains mainly: green. Hex color #5CB37D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CB37D is #A34C82. Grayscale: #929292. Windows color (decimal): -10701955 or 8237916. OLE color: 8237916.
HSL color Cylindrical-coordinate representation of color #5CB37D: hue angle of 142.76º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5CB37D is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 92 | 179 | 125 | - |
| CMYK | 0.49 | 0 | 0.30 | 0.30 |
| HSL | 142.76º | 0.36% | 0.53% | - |
| HSV(B) | 142.76º | 0.49% | 0.7% | - |
| XYZ | 24.24 | 36 | 25.07 | - |
| YUV | 146.83 | 115.68 | 88.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 179 | 125 | 0.49 | 0 | 0.30 | 0.30 | 142.76 | 0.36 | 0.53 |
| Hex | 5C | B3 | 7D | 31 | 0 | 1E | 1E | 8F | 24 | 35 |
| Octal | 134 | 263 | 175 | 61 | 0 | 36 | 36 | 217 | 44 | 65 |
| Binary | 1011100 | 10110011 | 1111101 | 110001 | 0 | 11110 | 11110 | 10001111 | 100100 | 110101 |
Color Harmonies of #5CB37D
Complementary color
Monochromatic Colors of #5CB37D
Black with #5CB37D
Text Example
Text Example
White with #5CB37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB37D; }
p { color: rgb(92,179,125); }
H1.HeaderClassName
{
color: #5CB37D;
}
.AnyTagClassName
{
color: #5CB37D;
}
</style>
background-color css
<style>
a { background-color: #5CB37D; }
a { background-color: rgb(92,179,125); }
div.DivClassName
{
background-color: #5CB37D;
}
.BgClassName
{
background-color: #5CB37D;
}
</style>
border-color css
<style>
span { border-color: #5CB37D; }
span { border-color: rgb(92,179,125); }
td.TdClassName
{
border-color: #5CB37D;
}
.TagClassName
{
border-color: #5CB37D;
}
</style>