Shades of Ocean Green #55A370
Tints of Ocean Green #55A370
RGB
CMYK
RGB Variations
Color information
#55A370 (or 0x55A370) is known color: Ocean Green. HEX triplet: 55, A3 and 70. RGB value is (85,163,112). Sum of RGB (Red+Green+Blue) = 85+163+112=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 163 (64.06% from 255 or 45.28% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 163 - color contains mainly: green. Hex color #55A370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A370 is #AA5C8F. Grayscale: #858585. Windows color (decimal): -11164816 or 7381845. OLE color: 7381845.
HSL color Cylindrical-coordinate representation of color #55A370: hue angle of 140.77º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55A370 is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 163 | 112 | - |
| CMYK | 0.48 | 0 | 0.31 | 0.36 |
| HSL | 140.77º | 0.31% | 0.49% | - |
| HSV(B) | 140.77º | 0.48% | 0.64% | - |
| XYZ | 19.77 | 29.3 | 19.94 | - |
| YUV | 133.86 | 115.66 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 163 | 112 | 0.48 | 0 | 0.31 | 0.36 | 140.77 | 0.31 | 0.49 |
| Hex | 55 | A3 | 70 | 30 | 0 | 1F | 24 | 8D | 1F | 31 |
| Octal | 125 | 243 | 160 | 60 | 0 | 37 | 44 | 215 | 37 | 61 |
| Binary | 1010101 | 10100011 | 1110000 | 110000 | 0 | 11111 | 100100 | 10001101 | 11111 | 110001 |
Color Harmonies of #55A370
Complementary color
Monochromatic Colors of #55A370
Black with #55A370
Text Example
Text Example
White with #55A370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A370; }
p { color: rgb(85,163,112); }
H1.HeaderClassName
{
color: #55A370;
}
.AnyTagClassName
{
color: #55A370;
}
</style>
background-color css
<style>
a { background-color: #55A370; }
a { background-color: rgb(85,163,112); }
div.DivClassName
{
background-color: #55A370;
}
.BgClassName
{
background-color: #55A370;
}
</style>
border-color css
<style>
span { border-color: #55A370; }
span { border-color: rgb(85,163,112); }
td.TdClassName
{
border-color: #55A370;
}
.TagClassName
{
border-color: #55A370;
}
</style>