Shades of Ocean Green #55A380
Tints of Ocean Green #55A380
RGB
CMYK
RGB Variations
Color information
#55A380 (or 0x55A380) is known color: Ocean Green. HEX triplet: 55, A3 and 80. RGB value is (85,163,128). Sum of RGB (Red+Green+Blue) = 85+163+128=376 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.61% from 376); Green value is 163 (64.06% from 255 or 43.35% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 163 - color contains mainly: green. Hex color #55A380 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A380 is #AA5C7F. Grayscale: #878787. Windows color (decimal): -11164800 or 8430421. OLE color: 8430421.
HSL color Cylindrical-coordinate representation of color #55A380: hue angle of 153.08º 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 #55A380 is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 163 | 128 | - |
| CMYK | 0.48 | 0 | 0.21 | 0.36 |
| HSL | 153.08º | 0.31% | 0.49% | - |
| HSV(B) | 153.08º | 0.48% | 0.64% | - |
| XYZ | 20.74 | 29.68 | 25.06 | - |
| YUV | 135.69 | 123.66 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 163 | 128 | 0.48 | 0 | 0.21 | 0.36 | 153.08 | 0.31 | 0.49 |
| Hex | 55 | A3 | 80 | 30 | 0 | 15 | 24 | 99 | 1F | 31 |
| Octal | 125 | 243 | 200 | 60 | 0 | 25 | 44 | 231 | 37 | 61 |
| Binary | 1010101 | 10100011 | 10000000 | 110000 | 0 | 10101 | 100100 | 10011001 | 11111 | 110001 |
Color Harmonies of #55A380
Complementary color
Monochromatic Colors of #55A380
Black with #55A380
Text Example
Text Example
White with #55A380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A380; }
p { color: rgb(85,163,128); }
H1.HeaderClassName
{
color: #55A380;
}
.AnyTagClassName
{
color: #55A380;
}
</style>
background-color css
<style>
a { background-color: #55A380; }
a { background-color: rgb(85,163,128); }
div.DivClassName
{
background-color: #55A380;
}
.BgClassName
{
background-color: #55A380;
}
</style>
border-color css
<style>
span { border-color: #55A380; }
span { border-color: rgb(85,163,128); }
td.TdClassName
{
border-color: #55A380;
}
.TagClassName
{
border-color: #55A380;
}
</style>