Shades of Ocean Green #53AA7E
Tints of Ocean Green #53AA7E
RGB
CMYK
RGB Variations
Color information
#53AA7E (or 0x53AA7E) is known color: Ocean Green. HEX triplet: 53, AA and 7E. RGB value is (83,170,126). Sum of RGB (Red+Green+Blue) = 83+170+126=379 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.90% from 379); Green value is 170 (66.80% from 255 or 44.85% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 170 - color contains mainly: green. Hex color #53AA7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AA7E is #AC5581. Grayscale: #8B8B8B. Windows color (decimal): -11294082 or 8301139. OLE color: 8301139.
HSL color Cylindrical-coordinate representation of color #53AA7E: hue angle of 149.66º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53AA7E is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 170 | 126 | - |
| CMYK | 0.51 | 0 | 0.26 | 0.33 |
| HSL | 149.66º | 0.34% | 0.5% | - |
| HSV(B) | 149.66º | 0.51% | 0.67% | - |
| XYZ | 21.71 | 32.09 | 24.79 | - |
| YUV | 138.97 | 120.68 | 88.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 170 | 126 | 0.51 | 0 | 0.26 | 0.33 | 149.66 | 0.34 | 0.5 |
| Hex | 53 | AA | 7E | 33 | 0 | 1A | 21 | 96 | 22 | 32 |
| Octal | 123 | 252 | 176 | 63 | 0 | 32 | 41 | 226 | 42 | 62 |
| Binary | 1010011 | 10101010 | 1111110 | 110011 | 0 | 11010 | 100001 | 10010110 | 100010 | 110010 |
Color Harmonies of #53AA7E
Complementary color
Monochromatic Colors of #53AA7E
Black with #53AA7E
Text Example
Text Example
White with #53AA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AA7E; }
p { color: rgb(83,170,126); }
H1.HeaderClassName
{
color: #53AA7E;
}
.AnyTagClassName
{
color: #53AA7E;
}
</style>
background-color css
<style>
a { background-color: #53AA7E; }
a { background-color: rgb(83,170,126); }
div.DivClassName
{
background-color: #53AA7E;
}
.BgClassName
{
background-color: #53AA7E;
}
</style>
border-color css
<style>
span { border-color: #53AA7E; }
span { border-color: rgb(83,170,126); }
td.TdClassName
{
border-color: #53AA7E;
}
.TagClassName
{
border-color: #53AA7E;
}
</style>