Shades of Ocean Green #55A37B
Tints of Ocean Green #55A37B
RGB
CMYK
RGB Variations
Color information
#55A37B (or 0x55A37B) is known color: Ocean Green. HEX triplet: 55, A3 and 7B. RGB value is (85,163,123). Sum of RGB (Red+Green+Blue) = 85+163+123=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 163 (64.06% from 255 or 43.94% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 163 - color contains mainly: green. Hex color #55A37B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A37B is #AA5C84. Grayscale: #878787. Windows color (decimal): -11164805 or 8102741. OLE color: 8102741.
HSL color Cylindrical-coordinate representation of color #55A37B: hue angle of 149.23º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55A37B is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 163 | 123 | - |
| CMYK | 0.48 | 0 | 0.25 | 0.36 |
| HSL | 149.23º | 0.31% | 0.49% | - |
| HSV(B) | 149.23º | 0.48% | 0.64% | - |
| XYZ | 20.42 | 29.56 | 23.37 | - |
| YUV | 135.12 | 121.16 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 163 | 123 | 0.48 | 0 | 0.25 | 0.36 | 149.23 | 0.31 | 0.49 |
| Hex | 55 | A3 | 7B | 30 | 0 | 19 | 24 | 95 | 1F | 31 |
| Octal | 125 | 243 | 173 | 60 | 0 | 31 | 44 | 225 | 37 | 61 |
| Binary | 1010101 | 10100011 | 1111011 | 110000 | 0 | 11001 | 100100 | 10010101 | 11111 | 110001 |
Color Harmonies of #55A37B
Complementary color
Monochromatic Colors of #55A37B
Black with #55A37B
Text Example
Text Example
White with #55A37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A37B; }
p { color: rgb(85,163,123); }
H1.HeaderClassName
{
color: #55A37B;
}
.AnyTagClassName
{
color: #55A37B;
}
</style>
background-color css
<style>
a { background-color: #55A37B; }
a { background-color: rgb(85,163,123); }
div.DivClassName
{
background-color: #55A37B;
}
.BgClassName
{
background-color: #55A37B;
}
</style>
border-color css
<style>
span { border-color: #55A37B; }
span { border-color: rgb(85,163,123); }
td.TdClassName
{
border-color: #55A37B;
}
.TagClassName
{
border-color: #55A37B;
}
</style>