Shades of Ocean Green #55A366
Tints of Ocean Green #55A366
RGB
CMYK
RGB Variations
Color information
#55A366 (or 0x55A366) is known color: Ocean Green. HEX triplet: 55, A3 and 66. RGB value is (85,163,102). Sum of RGB (Red+Green+Blue) = 85+163+102=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 163 (64.06% from 255 or 46.57% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 163 - color contains mainly: green. Hex color #55A366 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A366 is #AA5C99. Grayscale: #848484. Windows color (decimal): -11164826 or 6726485. OLE color: 6726485.
HSL color Cylindrical-coordinate representation of color #55A366: hue angle of 133.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 #55A366 is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 163 | 102 | - |
| CMYK | 0.48 | 0 | 0.37 | 0.36 |
| HSL | 133.08º | 0.31% | 0.49% | - |
| HSV(B) | 133.08º | 0.48% | 0.64% | - |
| XYZ | 19.24 | 29.08 | 17.17 | - |
| YUV | 132.72 | 110.66 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 163 | 102 | 0.48 | 0 | 0.37 | 0.36 | 133.08 | 0.31 | 0.49 |
| Hex | 55 | A3 | 66 | 30 | 0 | 25 | 24 | 85 | 1F | 31 |
| Octal | 125 | 243 | 146 | 60 | 0 | 45 | 44 | 205 | 37 | 61 |
| Binary | 1010101 | 10100011 | 1100110 | 110000 | 0 | 100101 | 100100 | 10000101 | 11111 | 110001 |
Color Harmonies of #55A366
Complementary color
Monochromatic Colors of #55A366
Black with #55A366
Text Example
Text Example
White with #55A366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A366; }
p { color: rgb(85,163,102); }
H1.HeaderClassName
{
color: #55A366;
}
.AnyTagClassName
{
color: #55A366;
}
</style>
background-color css
<style>
a { background-color: #55A366; }
a { background-color: rgb(85,163,102); }
div.DivClassName
{
background-color: #55A366;
}
.BgClassName
{
background-color: #55A366;
}
</style>
border-color css
<style>
span { border-color: #55A366; }
span { border-color: rgb(85,163,102); }
td.TdClassName
{
border-color: #55A366;
}
.TagClassName
{
border-color: #55A366;
}
</style>