Shades of Ocean Green #55A466
Tints of Ocean Green #55A466
RGB
CMYK
RGB Variations
Color information
#55A466 (or 0x55A466) is known color: Ocean Green. HEX triplet: 55, A4 and 66. RGB value is (85,164,102). Sum of RGB (Red+Green+Blue) = 85+164+102=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 164 (64.45% from 255 or 46.72% from 351); Blue value is 102 (40.23% from 255 or 29.06% from 351); Max value from RGB is 164 - color contains mainly: green. Hex color #55A466 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A466 is #AA5B99. Grayscale: #858585. Windows color (decimal): -11164570 or 6726741. OLE color: 6726741.
HSL color Cylindrical-coordinate representation of color #55A466: hue angle of 132.91º degrees, saturation: 0.32, 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 #55A466 is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 164 | 102 | - |
| CMYK | 0.48 | 0 | 0.38 | 0.36 |
| HSL | 132.91º | 0.32% | 0.49% | - |
| HSV(B) | 132.91º | 0.48% | 0.64% | - |
| XYZ | 19.42 | 29.44 | 17.23 | - |
| YUV | 133.31 | 110.33 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 164 | 102 | 0.48 | 0 | 0.38 | 0.36 | 132.91 | 0.32 | 0.49 |
| Hex | 55 | A4 | 66 | 30 | 0 | 26 | 24 | 85 | 20 | 31 |
| Octal | 125 | 244 | 146 | 60 | 0 | 46 | 44 | 205 | 40 | 61 |
| Binary | 1010101 | 10100100 | 1100110 | 110000 | 0 | 100110 | 100100 | 10000101 | 100000 | 110001 |
Color Harmonies of #55A466
Complementary color
Monochromatic Colors of #55A466
Black with #55A466
Text Example
Text Example
White with #55A466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A466; }
p { color: rgb(85,164,102); }
H1.HeaderClassName
{
color: #55A466;
}
.AnyTagClassName
{
color: #55A466;
}
</style>
background-color css
<style>
a { background-color: #55A466; }
a { background-color: rgb(85,164,102); }
div.DivClassName
{
background-color: #55A466;
}
.BgClassName
{
background-color: #55A466;
}
</style>
border-color css
<style>
span { border-color: #55A466; }
span { border-color: rgb(85,164,102); }
td.TdClassName
{
border-color: #55A466;
}
.TagClassName
{
border-color: #55A466;
}
</style>