Shades of Ocean Green #60B27D
Tints of Ocean Green #60B27D
RGB
CMYK
RGB Variations
Color information
#60B27D (or 0x60B27D) is known color: Ocean Green. HEX triplet: 60, B2 and 7D. RGB value is (96,178,125). Sum of RGB (Red+Green+Blue) = 96+178+125=399 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.06% from 399); Green value is 178 (69.92% from 255 or 44.61% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 178 - color contains mainly: green. Hex color #60B27D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60B27D is #9F4D82. Grayscale: #939393. Windows color (decimal): -10440067 or 8237664. OLE color: 8237664.
HSL color Cylindrical-coordinate representation of color #60B27D: hue angle of 141.22º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60B27D is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 96 | 178 | 125 | - |
| CMYK | 0.46 | 0 | 0.30 | 0.30 |
| HSL | 141.22º | 0.35% | 0.54% | - |
| HSV(B) | 141.22º | 0.46% | 0.7% | - |
| XYZ | 24.45 | 35.81 | 25.03 | - |
| YUV | 147.44 | 115.33 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 178 | 125 | 0.46 | 0 | 0.30 | 0.30 | 141.22 | 0.35 | 0.54 |
| Hex | 60 | B2 | 7D | 2E | 0 | 1E | 1E | 8D | 23 | 36 |
| Octal | 140 | 262 | 175 | 56 | 0 | 36 | 36 | 215 | 43 | 66 |
| Binary | 1100000 | 10110010 | 1111101 | 101110 | 0 | 11110 | 11110 | 10001101 | 100011 | 110110 |
Color Harmonies of #60B27D
Complementary color
Monochromatic Colors of #60B27D
Black with #60B27D
Text Example
Text Example
White with #60B27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B27D; }
p { color: rgb(96,178,125); }
H1.HeaderClassName
{
color: #60B27D;
}
.AnyTagClassName
{
color: #60B27D;
}
</style>
background-color css
<style>
a { background-color: #60B27D; }
a { background-color: rgb(96,178,125); }
div.DivClassName
{
background-color: #60B27D;
}
.BgClassName
{
background-color: #60B27D;
}
</style>
border-color css
<style>
span { border-color: #60B27D; }
span { border-color: rgb(96,178,125); }
td.TdClassName
{
border-color: #60B27D;
}
.TagClassName
{
border-color: #60B27D;
}
</style>