Shades of Ocean Green #5CAF7B
Tints of Ocean Green #5CAF7B
RGB
CMYK
RGB Variations
Color information
#5CAF7B (or 0x5CAF7B) is known color: Ocean Green. HEX triplet: 5C, AF and 7B. RGB value is (92,175,123). Sum of RGB (Red+Green+Blue) = 92+175+123=390 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.59% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 175 - color contains mainly: green. Hex color #5CAF7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CAF7B is #A35084. Grayscale: #909090. Windows color (decimal): -10702981 or 8105820. OLE color: 8105820.
HSL color Cylindrical-coordinate representation of color #5CAF7B: hue angle of 142.41º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5CAF7B is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 175 | 123 | - |
| CMYK | 0.47 | 0 | 0.30 | 0.31 |
| HSL | 142.41º | 0.34% | 0.52% | - |
| HSV(B) | 142.41º | 0.47% | 0.69% | - |
| XYZ | 23.32 | 34.37 | 24.14 | - |
| YUV | 144.26 | 116 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 175 | 123 | 0.47 | 0 | 0.30 | 0.31 | 142.41 | 0.34 | 0.52 |
| Hex | 5C | AF | 7B | 2F | 0 | 1E | 1F | 8E | 22 | 34 |
| Octal | 134 | 257 | 173 | 57 | 0 | 36 | 37 | 216 | 42 | 64 |
| Binary | 1011100 | 10101111 | 1111011 | 101111 | 0 | 11110 | 11111 | 10001110 | 100010 | 110100 |
Color Harmonies of #5CAF7B
Complementary color
Monochromatic Colors of #5CAF7B
Black with #5CAF7B
Text Example
Text Example
White with #5CAF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAF7B; }
p { color: rgb(92,175,123); }
H1.HeaderClassName
{
color: #5CAF7B;
}
.AnyTagClassName
{
color: #5CAF7B;
}
</style>
background-color css
<style>
a { background-color: #5CAF7B; }
a { background-color: rgb(92,175,123); }
div.DivClassName
{
background-color: #5CAF7B;
}
.BgClassName
{
background-color: #5CAF7B;
}
</style>
border-color css
<style>
span { border-color: #5CAF7B; }
span { border-color: rgb(92,175,123); }
td.TdClassName
{
border-color: #5CAF7B;
}
.TagClassName
{
border-color: #5CAF7B;
}
</style>