Shades of Ocean Green #5CB27F
Tints of Ocean Green #5CB27F
RGB
CMYK
RGB Variations
Color information
#5CB27F (or 0x5CB27F) is known color: Ocean Green. HEX triplet: 5C, B2 and 7F. RGB value is (92,178,127). Sum of RGB (Red+Green+Blue) = 92+178+127=397 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.17% from 397); Green value is 178 (69.92% from 255 or 44.84% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 178 - color contains mainly: green. Hex color #5CB27F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CB27F is #A34D80. Grayscale: #929292. Windows color (decimal): -10702209 or 8368732. OLE color: 8368732.
HSL color Cylindrical-coordinate representation of color #5CB27F: hue angle of 144.42º 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 #5CB27F is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 92 | 178 | 127 | - |
| CMYK | 0.48 | 0 | 0.29 | 0.30 |
| HSL | 144.42º | 0.36% | 0.53% | - |
| HSV(B) | 144.42º | 0.48% | 0.7% | - |
| XYZ | 24.16 | 35.65 | 25.69 | - |
| YUV | 146.47 | 117.01 | 89.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 178 | 127 | 0.48 | 0 | 0.29 | 0.30 | 144.42 | 0.36 | 0.53 |
| Hex | 5C | B2 | 7F | 30 | 0 | 1D | 1E | 90 | 24 | 35 |
| Octal | 134 | 262 | 177 | 60 | 0 | 35 | 36 | 220 | 44 | 65 |
| Binary | 1011100 | 10110010 | 1111111 | 110000 | 0 | 11101 | 11110 | 10010000 | 100100 | 110101 |
Color Harmonies of #5CB27F
Complementary color
Monochromatic Colors of #5CB27F
Black with #5CB27F
Text Example
Text Example
White with #5CB27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB27F; }
p { color: rgb(92,178,127); }
H1.HeaderClassName
{
color: #5CB27F;
}
.AnyTagClassName
{
color: #5CB27F;
}
</style>
background-color css
<style>
a { background-color: #5CB27F; }
a { background-color: rgb(92,178,127); }
div.DivClassName
{
background-color: #5CB27F;
}
.BgClassName
{
background-color: #5CB27F;
}
</style>
border-color css
<style>
span { border-color: #5CB27F; }
span { border-color: rgb(92,178,127); }
td.TdClassName
{
border-color: #5CB27F;
}
.TagClassName
{
border-color: #5CB27F;
}
</style>