Shades of Ocean Green #55B27F
Tints of Ocean Green #55B27F
RGB
CMYK
RGB Variations
Color information
#55B27F (or 0x55B27F) is known color: Ocean Green. HEX triplet: 55, B2 and 7F. RGB value is (85,178,127). Sum of RGB (Red+Green+Blue) = 85+178+127=390 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.79% from 390); Green value is 178 (69.92% from 255 or 45.64% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 178 - color contains mainly: green. Hex color #55B27F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55B27F is #AA4D80. Grayscale: #909090. Windows color (decimal): -11160961 or 8368725. OLE color: 8368725.
HSL color Cylindrical-coordinate representation of color #55B27F: hue angle of 147.1º 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 #55B27F is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 85 | 178 | 127 | - |
| CMYK | 0.52 | 0 | 0.29 | 0.30 |
| HSL | 147.1º | 0.38% | 0.52% | - |
| HSV(B) | 147.1º | 0.52% | 0.7% | - |
| XYZ | 23.5 | 35.3 | 25.65 | - |
| YUV | 144.38 | 118.19 | 85.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 178 | 127 | 0.52 | 0 | 0.29 | 0.30 | 147.1 | 0.38 | 0.52 |
| Hex | 55 | B2 | 7F | 34 | 0 | 1D | 1E | 93 | 26 | 34 |
| Octal | 125 | 262 | 177 | 64 | 0 | 35 | 36 | 223 | 46 | 64 |
| Binary | 1010101 | 10110010 | 1111111 | 110100 | 0 | 11101 | 11110 | 10010011 | 100110 | 110100 |
Color Harmonies of #55B27F
Complementary color
Monochromatic Colors of #55B27F
Black with #55B27F
Text Example
Text Example
White with #55B27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B27F; }
p { color: rgb(85,178,127); }
H1.HeaderClassName
{
color: #55B27F;
}
.AnyTagClassName
{
color: #55B27F;
}
</style>
background-color css
<style>
a { background-color: #55B27F; }
a { background-color: rgb(85,178,127); }
div.DivClassName
{
background-color: #55B27F;
}
.BgClassName
{
background-color: #55B27F;
}
</style>
border-color css
<style>
span { border-color: #55B27F; }
span { border-color: rgb(85,178,127); }
td.TdClassName
{
border-color: #55B27F;
}
.TagClassName
{
border-color: #55B27F;
}
</style>