Shades of Ocean Green #55A27C
Tints of Ocean Green #55A27C
RGB
CMYK
RGB Variations
Color information
#55A27C (or 0x55A27C) is known color: Ocean Green. HEX triplet: 55, A2 and 7C. RGB value is (85,162,124). Sum of RGB (Red+Green+Blue) = 85+162+124=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 162 - color contains mainly: green. Hex color #55A27C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A27C is #AA5D83. Grayscale: #868686. Windows color (decimal): -11165060 or 8168021. OLE color: 8168021.
HSL color Cylindrical-coordinate representation of color #55A27C: hue angle of 150.39º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55A27C is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 162 | 124 | - |
| CMYK | 0.48 | 0 | 0.23 | 0.36 |
| HSL | 150.39º | 0.31% | 0.48% | - |
| HSV(B) | 150.39º | 0.48% | 0.64% | - |
| XYZ | 20.3 | 29.23 | 23.64 | - |
| YUV | 134.65 | 121.99 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 162 | 124 | 0.48 | 0 | 0.23 | 0.36 | 150.39 | 0.31 | 0.48 |
| Hex | 55 | A2 | 7C | 30 | 0 | 17 | 24 | 96 | 1F | 30 |
| Octal | 125 | 242 | 174 | 60 | 0 | 27 | 44 | 226 | 37 | 60 |
| Binary | 1010101 | 10100010 | 1111100 | 110000 | 0 | 10111 | 100100 | 10010110 | 11111 | 110000 |
Color Harmonies of #55A27C
Complementary color
Monochromatic Colors of #55A27C
Black with #55A27C
Text Example
Text Example
White with #55A27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A27C; }
p { color: rgb(85,162,124); }
H1.HeaderClassName
{
color: #55A27C;
}
.AnyTagClassName
{
color: #55A27C;
}
</style>
background-color css
<style>
a { background-color: #55A27C; }
a { background-color: rgb(85,162,124); }
div.DivClassName
{
background-color: #55A27C;
}
.BgClassName
{
background-color: #55A27C;
}
</style>
border-color css
<style>
span { border-color: #55A27C; }
span { border-color: rgb(85,162,124); }
td.TdClassName
{
border-color: #55A27C;
}
.TagClassName
{
border-color: #55A27C;
}
</style>