Shades of Ocean Green #55B27E
Tints of Ocean Green #55B27E
RGB
CMYK
RGB Variations
Color information
#55B27E (or 0x55B27E) is known color: Ocean Green. HEX triplet: 55, B2 and 7E. RGB value is (85,178,126). Sum of RGB (Red+Green+Blue) = 85+178+126=389 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.85% from 389); Green value is 178 (69.92% from 255 or 45.76% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 178 - color contains mainly: green. Hex color #55B27E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55B27E is #AA4D81. Grayscale: #909090. Windows color (decimal): -11160962 or 8303189. OLE color: 8303189.
HSL color Cylindrical-coordinate representation of color #55B27E: hue angle of 146.45º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55B27E is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 85 | 178 | 126 | - |
| CMYK | 0.52 | 0 | 0.29 | 0.30 |
| HSL | 146.45º | 0.38% | 0.52% | - |
| HSV(B) | 146.45º | 0.52% | 0.7% | - |
| XYZ | 23.43 | 35.28 | 25.31 | - |
| YUV | 144.27 | 117.69 | 85.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 178 | 126 | 0.52 | 0 | 0.29 | 0.30 | 146.45 | 0.38 | 0.52 |
| Hex | 55 | B2 | 7E | 34 | 0 | 1D | 1E | 92 | 26 | 34 |
| Octal | 125 | 262 | 176 | 64 | 0 | 35 | 36 | 222 | 46 | 64 |
| Binary | 1010101 | 10110010 | 1111110 | 110100 | 0 | 11101 | 11110 | 10010010 | 100110 | 110100 |
Color Harmonies of #55B27E
Complementary color
Monochromatic Colors of #55B27E
Black with #55B27E
Text Example
Text Example
White with #55B27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B27E; }
p { color: rgb(85,178,126); }
H1.HeaderClassName
{
color: #55B27E;
}
.AnyTagClassName
{
color: #55B27E;
}
</style>
background-color css
<style>
a { background-color: #55B27E; }
a { background-color: rgb(85,178,126); }
div.DivClassName
{
background-color: #55B27E;
}
.BgClassName
{
background-color: #55B27E;
}
</style>
border-color css
<style>
span { border-color: #55B27E; }
span { border-color: rgb(85,178,126); }
td.TdClassName
{
border-color: #55B27E;
}
.TagClassName
{
border-color: #55B27E;
}
</style>