Shades of Ocean Green #55A375
Tints of Ocean Green #55A375
RGB
CMYK
RGB Variations
Color information
#55A375 (or 0x55A375) is known color: Ocean Green. HEX triplet: 55, A3 and 75. RGB value is (85,163,117). Sum of RGB (Red+Green+Blue) = 85+163+117=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 163 (64.06% from 255 or 44.66% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 163 - color contains mainly: green. Hex color #55A375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A375 is #AA5C8A. Grayscale: #868686. Windows color (decimal): -11164811 or 7709525. OLE color: 7709525.
HSL color Cylindrical-coordinate representation of color #55A375: hue angle of 144.62º 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 #55A375 is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 163 | 117 | - |
| CMYK | 0.48 | 0 | 0.28 | 0.36 |
| HSL | 144.62º | 0.31% | 0.49% | - |
| HSV(B) | 144.62º | 0.48% | 0.64% | - |
| XYZ | 20.05 | 29.41 | 21.45 | - |
| YUV | 134.43 | 118.16 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 163 | 117 | 0.48 | 0 | 0.28 | 0.36 | 144.62 | 0.31 | 0.49 |
| Hex | 55 | A3 | 75 | 30 | 0 | 1C | 24 | 91 | 1F | 31 |
| Octal | 125 | 243 | 165 | 60 | 0 | 34 | 44 | 221 | 37 | 61 |
| Binary | 1010101 | 10100011 | 1110101 | 110000 | 0 | 11100 | 100100 | 10010001 | 11111 | 110001 |
Color Harmonies of #55A375
Complementary color
Monochromatic Colors of #55A375
Black with #55A375
Text Example
Text Example
White with #55A375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A375; }
p { color: rgb(85,163,117); }
H1.HeaderClassName
{
color: #55A375;
}
.AnyTagClassName
{
color: #55A375;
}
</style>
background-color css
<style>
a { background-color: #55A375; }
a { background-color: rgb(85,163,117); }
div.DivClassName
{
background-color: #55A375;
}
.BgClassName
{
background-color: #55A375;
}
</style>
border-color css
<style>
span { border-color: #55A375; }
span { border-color: rgb(85,163,117); }
td.TdClassName
{
border-color: #55A375;
}
.TagClassName
{
border-color: #55A375;
}
</style>