Shades of Ocean Green #55A874
Tints of Ocean Green #55A874
RGB
CMYK
RGB Variations
Color information
#55A874 (or 0x55A874) is known color: Ocean Green. HEX triplet: 55, A8 and 74. RGB value is (85,168,116). Sum of RGB (Red+Green+Blue) = 85+168+116=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 168 (66.02% from 255 or 45.53% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 168 - color contains mainly: green. Hex color #55A874 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A874 is #AA578B. Grayscale: #898989. Windows color (decimal): -11163532 or 7645269. OLE color: 7645269.
HSL color Cylindrical-coordinate representation of color #55A874: hue angle of 142.41º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #55A874 is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 85 | 168 | 116 | - |
| CMYK | 0.49 | 0 | 0.31 | 0.34 |
| HSL | 142.41º | 0.33% | 0.5% | - |
| HSV(B) | 142.41º | 0.49% | 0.66% | - |
| XYZ | 20.9 | 31.2 | 21.44 | - |
| YUV | 137.26 | 116 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 168 | 116 | 0.49 | 0 | 0.31 | 0.34 | 142.41 | 0.33 | 0.5 |
| Hex | 55 | A8 | 74 | 31 | 0 | 1F | 22 | 8E | 21 | 32 |
| Octal | 125 | 250 | 164 | 61 | 0 | 37 | 42 | 216 | 41 | 62 |
| Binary | 1010101 | 10101000 | 1110100 | 110001 | 0 | 11111 | 100010 | 10001110 | 100001 | 110010 |
Color Harmonies of #55A874
Complementary color
Monochromatic Colors of #55A874
Black with #55A874
Text Example
Text Example
White with #55A874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A874; }
p { color: rgb(85,168,116); }
H1.HeaderClassName
{
color: #55A874;
}
.AnyTagClassName
{
color: #55A874;
}
</style>
background-color css
<style>
a { background-color: #55A874; }
a { background-color: rgb(85,168,116); }
div.DivClassName
{
background-color: #55A874;
}
.BgClassName
{
background-color: #55A874;
}
</style>
border-color css
<style>
span { border-color: #55A874; }
span { border-color: rgb(85,168,116); }
td.TdClassName
{
border-color: #55A874;
}
.TagClassName
{
border-color: #55A874;
}
</style>