Shades of Ocean Green #5CB27B
Tints of Ocean Green #5CB27B
RGB
CMYK
RGB Variations
Color information
#5CB27B (or 0x5CB27B) is known color: Ocean Green. HEX triplet: 5C, B2 and 7B. RGB value is (92,178,123). Sum of RGB (Red+Green+Blue) = 92+178+123=393 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.41% from 393); Green value is 178 (69.92% from 255 or 45.29% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 178 - color contains mainly: green. Hex color #5CB27B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CB27B is #A34D84. Grayscale: #929292. Windows color (decimal): -10702213 or 8106588. OLE color: 8106588.
HSL color Cylindrical-coordinate representation of color #5CB27B: hue angle of 141.63º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5CB27B is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 92 | 178 | 123 | - |
| CMYK | 0.48 | 0 | 0.31 | 0.30 |
| HSL | 141.63º | 0.36% | 0.53% | - |
| HSV(B) | 141.63º | 0.48% | 0.7% | - |
| XYZ | 23.91 | 35.55 | 24.34 | - |
| YUV | 146.02 | 115.01 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 178 | 123 | 0.48 | 0 | 0.31 | 0.30 | 141.63 | 0.36 | 0.53 |
| Hex | 5C | B2 | 7B | 30 | 0 | 1F | 1E | 8E | 24 | 35 |
| Octal | 134 | 262 | 173 | 60 | 0 | 37 | 36 | 216 | 44 | 65 |
| Binary | 1011100 | 10110010 | 1111011 | 110000 | 0 | 11111 | 11110 | 10001110 | 100100 | 110101 |
Color Harmonies of #5CB27B
Complementary color
Monochromatic Colors of #5CB27B
Black with #5CB27B
Text Example
Text Example
White with #5CB27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB27B; }
p { color: rgb(92,178,123); }
H1.HeaderClassName
{
color: #5CB27B;
}
.AnyTagClassName
{
color: #5CB27B;
}
</style>
background-color css
<style>
a { background-color: #5CB27B; }
a { background-color: rgb(92,178,123); }
div.DivClassName
{
background-color: #5CB27B;
}
.BgClassName
{
background-color: #5CB27B;
}
</style>
border-color css
<style>
span { border-color: #5CB27B; }
span { border-color: rgb(92,178,123); }
td.TdClassName
{
border-color: #5CB27B;
}
.TagClassName
{
border-color: #5CB27B;
}
</style>