Shades of Ocean Green #55AF6E
Tints of Ocean Green #55AF6E
RGB
CMYK
RGB Variations
Color information
#55AF6E (or 0x55AF6E) is known color: Ocean Green. HEX triplet: 55, AF and 6E. RGB value is (85,175,110). Sum of RGB (Red+Green+Blue) = 85+175+110=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 175 (68.75% from 255 or 47.30% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 175 - color contains mainly: green. Hex color #55AF6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AF6E is #AA5091. Grayscale: #8C8C8C. Windows color (decimal): -11161746 or 7253845. OLE color: 7253845.
HSL color Cylindrical-coordinate representation of color #55AF6E: hue angle of 136.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55AF6E is Cyan = 0.51, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 175 | 110 | - |
| CMYK | 0.51 | 0 | 0.37 | 0.31 |
| HSL | 136.67º | 0.36% | 0.51% | - |
| HSV(B) | 136.67º | 0.51% | 0.69% | - |
| XYZ | 21.89 | 33.72 | 20.11 | - |
| YUV | 140.68 | 110.68 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 175 | 110 | 0.51 | 0 | 0.37 | 0.31 | 136.67 | 0.36 | 0.51 |
| Hex | 55 | AF | 6E | 33 | 0 | 25 | 1F | 89 | 24 | 33 |
| Octal | 125 | 257 | 156 | 63 | 0 | 45 | 37 | 211 | 44 | 63 |
| Binary | 1010101 | 10101111 | 1101110 | 110011 | 0 | 100101 | 11111 | 10001001 | 100100 | 110011 |
Color Harmonies of #55AF6E
Complementary color
Monochromatic Colors of #55AF6E
Black with #55AF6E
Text Example
Text Example
White with #55AF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AF6E; }
p { color: rgb(85,175,110); }
H1.HeaderClassName
{
color: #55AF6E;
}
.AnyTagClassName
{
color: #55AF6E;
}
</style>
background-color css
<style>
a { background-color: #55AF6E; }
a { background-color: rgb(85,175,110); }
div.DivClassName
{
background-color: #55AF6E;
}
.BgClassName
{
background-color: #55AF6E;
}
</style>
border-color css
<style>
span { border-color: #55AF6E; }
span { border-color: rgb(85,175,110); }
td.TdClassName
{
border-color: #55AF6E;
}
.TagClassName
{
border-color: #55AF6E;
}
</style>