Shades of Ocean Green #55A682
Tints of Ocean Green #55A682
RGB
CMYK
RGB Variations
Color information
#55A682 (or 0x55A682) is known color: Ocean Green. HEX triplet: 55, A6 and 82. RGB value is (85,166,130). Sum of RGB (Red+Green+Blue) = 85+166+130=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 166 (65.23% from 255 or 43.57% from 381); Blue value is 130 (51.17% from 255 or 34.12% from 381); Max value from RGB is 166 - color contains mainly: green. Hex color #55A682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A682 is #AA597D. Grayscale: #898989. Windows color (decimal): -11164030 or 8562261. OLE color: 8562261.
HSL color Cylindrical-coordinate representation of color #55A682: hue angle of 153.33º 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 #55A682 is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 85 | 166 | 130 | - |
| CMYK | 0.49 | 0 | 0.22 | 0.35 |
| HSL | 153.33º | 0.32% | 0.49% | - |
| HSV(B) | 153.33º | 0.49% | 0.65% | - |
| XYZ | 21.41 | 30.82 | 25.94 | - |
| YUV | 137.68 | 123.66 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 166 | 130 | 0.49 | 0 | 0.22 | 0.35 | 153.33 | 0.32 | 0.49 |
| Hex | 55 | A6 | 82 | 31 | 0 | 16 | 23 | 99 | 20 | 31 |
| Octal | 125 | 246 | 202 | 61 | 0 | 26 | 43 | 231 | 40 | 61 |
| Binary | 1010101 | 10100110 | 10000010 | 110001 | 0 | 10110 | 100011 | 10011001 | 100000 | 110001 |
Color Harmonies of #55A682
Complementary color
Monochromatic Colors of #55A682
Black with #55A682
Text Example
Text Example
White with #55A682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A682; }
p { color: rgb(85,166,130); }
H1.HeaderClassName
{
color: #55A682;
}
.AnyTagClassName
{
color: #55A682;
}
</style>
background-color css
<style>
a { background-color: #55A682; }
a { background-color: rgb(85,166,130); }
div.DivClassName
{
background-color: #55A682;
}
.BgClassName
{
background-color: #55A682;
}
</style>
border-color css
<style>
span { border-color: #55A682; }
span { border-color: rgb(85,166,130); }
td.TdClassName
{
border-color: #55A682;
}
.TagClassName
{
border-color: #55A682;
}
</style>