Shades of Ocean Green #55A27B
Tints of Ocean Green #55A27B
RGB
CMYK
RGB Variations
Color information
#55A27B (or 0x55A27B) is known color: Ocean Green. HEX triplet: 55, A2 and 7B. RGB value is (85,162,123). Sum of RGB (Red+Green+Blue) = 85+162+123=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 162 (63.67% from 255 or 43.78% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 162 - color contains mainly: green. Hex color #55A27B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A27B is #AA5D84. Grayscale: #868686. Windows color (decimal): -11165061 or 8102485. OLE color: 8102485.
HSL color Cylindrical-coordinate representation of color #55A27B: hue angle of 149.61º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55A27B is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 162 | 123 | - |
| CMYK | 0.48 | 0 | 0.24 | 0.36 |
| HSL | 149.61º | 0.31% | 0.48% | - |
| HSV(B) | 149.61º | 0.48% | 0.64% | - |
| XYZ | 20.24 | 29.2 | 23.31 | - |
| YUV | 134.53 | 121.49 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 162 | 123 | 0.48 | 0 | 0.24 | 0.36 | 149.61 | 0.31 | 0.48 |
| Hex | 55 | A2 | 7B | 30 | 0 | 18 | 24 | 96 | 1F | 30 |
| Octal | 125 | 242 | 173 | 60 | 0 | 30 | 44 | 226 | 37 | 60 |
| Binary | 1010101 | 10100010 | 1111011 | 110000 | 0 | 11000 | 100100 | 10010110 | 11111 | 110000 |
Color Harmonies of #55A27B
Complementary color
Monochromatic Colors of #55A27B
Black with #55A27B
Text Example
Text Example
White with #55A27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A27B; }
p { color: rgb(85,162,123); }
H1.HeaderClassName
{
color: #55A27B;
}
.AnyTagClassName
{
color: #55A27B;
}
</style>
background-color css
<style>
a { background-color: #55A27B; }
a { background-color: rgb(85,162,123); }
div.DivClassName
{
background-color: #55A27B;
}
.BgClassName
{
background-color: #55A27B;
}
</style>
border-color css
<style>
span { border-color: #55A27B; }
span { border-color: rgb(85,162,123); }
td.TdClassName
{
border-color: #55A27B;
}
.TagClassName
{
border-color: #55A27B;
}
</style>