Shades of Ocean Green #55926C
Tints of Ocean Green #55926C
RGB
CMYK
RGB Variations
Color information
#55926C (or 0x55926C) is known color: Ocean Green. HEX triplet: 55, 92 and 6C. RGB value is (85,146,108). Sum of RGB (Red+Green+Blue) = 85+146+108=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 146 (57.42% from 255 or 43.07% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 146 - color contains mainly: green. Hex color #55926C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55926C is #AA6D93. Grayscale: #7B7B7B. Windows color (decimal): -11169172 or 7115349. OLE color: 7115349.
HSL color Cylindrical-coordinate representation of color #55926C: hue angle of 142.62º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #55926C is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 85 | 146 | 108 | - |
| CMYK | 0.42 | 0 | 0.26 | 0.43 |
| HSL | 142.62º | 0.26% | 0.45% | - |
| HSV(B) | 142.62º | 0.42% | 0.57% | - |
| XYZ | 16.73 | 23.57 | 17.86 | - |
| YUV | 123.43 | 119.29 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 146 | 108 | 0.42 | 0 | 0.26 | 0.43 | 142.62 | 0.26 | 0.45 |
| Hex | 55 | 92 | 6C | 2A | 0 | 1A | 2B | 8F | 1A | 2D |
| Octal | 125 | 222 | 154 | 52 | 0 | 32 | 53 | 217 | 32 | 55 |
| Binary | 1010101 | 10010010 | 1101100 | 101010 | 0 | 11010 | 101011 | 10001111 | 11010 | 101101 |
Color Harmonies of #55926C
Complementary color
Monochromatic Colors of #55926C
Black with #55926C
Text Example
Text Example
White with #55926C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55926C; }
p { color: rgb(85,146,108); }
H1.HeaderClassName
{
color: #55926C;
}
.AnyTagClassName
{
color: #55926C;
}
</style>
background-color css
<style>
a { background-color: #55926C; }
a { background-color: rgb(85,146,108); }
div.DivClassName
{
background-color: #55926C;
}
.BgClassName
{
background-color: #55926C;
}
</style>
border-color css
<style>
span { border-color: #55926C; }
span { border-color: rgb(85,146,108); }
td.TdClassName
{
border-color: #55926C;
}
.TagClassName
{
border-color: #55926C;
}
</style>