Shades of Ocean Green #55A37C
Tints of Ocean Green #55A37C
RGB
CMYK
RGB Variations
Color information
#55A37C (or 0x55A37C) is known color: Ocean Green. HEX triplet: 55, A3 and 7C. RGB value is (85,163,124). Sum of RGB (Red+Green+Blue) = 85+163+124=372 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.85% from 372); Green value is 163 (64.06% from 255 or 43.82% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 163 - color contains mainly: green. Hex color #55A37C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A37C is #AA5C83. Grayscale: #878787. Windows color (decimal): -11164804 or 8168277. OLE color: 8168277.
HSL color Cylindrical-coordinate representation of color #55A37C: hue angle of 150º 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 #55A37C is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 163 | 124 | - |
| CMYK | 0.48 | 0 | 0.24 | 0.36 |
| HSL | 150º | 0.31% | 0.49% | - |
| HSV(B) | 150º | 0.48% | 0.64% | - |
| XYZ | 20.48 | 29.58 | 23.7 | - |
| YUV | 135.23 | 121.66 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 163 | 124 | 0.48 | 0 | 0.24 | 0.36 | 150 | 0.31 | 0.49 |
| Hex | 55 | A3 | 7C | 30 | 0 | 18 | 24 | 96 | 1F | 31 |
| Octal | 125 | 243 | 174 | 60 | 0 | 30 | 44 | 226 | 37 | 61 |
| Binary | 1010101 | 10100011 | 1111100 | 110000 | 0 | 11000 | 100100 | 10010110 | 11111 | 110001 |
Color Harmonies of #55A37C
Complementary color
Monochromatic Colors of #55A37C
Black with #55A37C
Text Example
Text Example
White with #55A37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A37C; }
p { color: rgb(85,163,124); }
H1.HeaderClassName
{
color: #55A37C;
}
.AnyTagClassName
{
color: #55A37C;
}
</style>
background-color css
<style>
a { background-color: #55A37C; }
a { background-color: rgb(85,163,124); }
div.DivClassName
{
background-color: #55A37C;
}
.BgClassName
{
background-color: #55A37C;
}
</style>
border-color css
<style>
span { border-color: #55A37C; }
span { border-color: rgb(85,163,124); }
td.TdClassName
{
border-color: #55A37C;
}
.TagClassName
{
border-color: #55A37C;
}
</style>