Shades of Ocean Green #55A666
Tints of Ocean Green #55A666
RGB
CMYK
RGB Variations
Color information
#55A666 (or 0x55A666) is known color: Ocean Green. HEX triplet: 55, A6 and 66. RGB value is (85,166,102). Sum of RGB (Red+Green+Blue) = 85+166+102=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 166 (65.23% from 255 or 47.03% from 353); Blue value is 102 (40.23% from 255 or 28.90% from 353); Max value from RGB is 166 - color contains mainly: green. Hex color #55A666 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A666 is #AA5999. Grayscale: #868686. Windows color (decimal): -11164058 or 6727253. OLE color: 6727253.
HSL color Cylindrical-coordinate representation of color #55A666: hue angle of 132.59º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #55A666 is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 85 | 166 | 102 | - |
| CMYK | 0.49 | 0 | 0.39 | 0.35 |
| HSL | 132.59º | 0.32% | 0.49% | - |
| HSV(B) | 132.59º | 0.49% | 0.65% | - |
| XYZ | 19.78 | 30.16 | 17.35 | - |
| YUV | 134.49 | 109.66 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 166 | 102 | 0.49 | 0 | 0.39 | 0.35 | 132.59 | 0.32 | 0.49 |
| Hex | 55 | A6 | 66 | 31 | 0 | 27 | 23 | 85 | 20 | 31 |
| Octal | 125 | 246 | 146 | 61 | 0 | 47 | 43 | 205 | 40 | 61 |
| Binary | 1010101 | 10100110 | 1100110 | 110001 | 0 | 100111 | 100011 | 10000101 | 100000 | 110001 |
Color Harmonies of #55A666
Complementary color
Monochromatic Colors of #55A666
Black with #55A666
Text Example
Text Example
White with #55A666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A666; }
p { color: rgb(85,166,102); }
H1.HeaderClassName
{
color: #55A666;
}
.AnyTagClassName
{
color: #55A666;
}
</style>
background-color css
<style>
a { background-color: #55A666; }
a { background-color: rgb(85,166,102); }
div.DivClassName
{
background-color: #55A666;
}
.BgClassName
{
background-color: #55A666;
}
</style>
border-color css
<style>
span { border-color: #55A666; }
span { border-color: rgb(85,166,102); }
td.TdClassName
{
border-color: #55A666;
}
.TagClassName
{
border-color: #55A666;
}
</style>