Shades of Ocean Green #53AE6A
Tints of Ocean Green #53AE6A
RGB
CMYK
RGB Variations
Color information
#53AE6A (or 0x53AE6A) is known color: Ocean Green. HEX triplet: 53, AE and 6A. RGB value is (83,174,106). Sum of RGB (Red+Green+Blue) = 83+174+106=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 174 (68.36% from 255 or 47.93% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 174 - color contains mainly: green. Hex color #53AE6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AE6A is #AC5195. Grayscale: #8B8B8B. Windows color (decimal): -11293078 or 6991443. OLE color: 6991443.
HSL color Cylindrical-coordinate representation of color #53AE6A: hue angle of 135.16º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53AE6A is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 174 | 106 | - |
| CMYK | 0.52 | 0 | 0.39 | 0.32 |
| HSL | 135.16º | 0.36% | 0.5% | - |
| HSV(B) | 135.16º | 0.52% | 0.68% | - |
| XYZ | 21.3 | 33.15 | 18.91 | - |
| YUV | 139.04 | 109.35 | 88.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 174 | 106 | 0.52 | 0 | 0.39 | 0.32 | 135.16 | 0.36 | 0.5 |
| Hex | 53 | AE | 6A | 34 | 0 | 27 | 20 | 87 | 24 | 32 |
| Octal | 123 | 256 | 152 | 64 | 0 | 47 | 40 | 207 | 44 | 62 |
| Binary | 1010011 | 10101110 | 1101010 | 110100 | 0 | 100111 | 100000 | 10000111 | 100100 | 110010 |
Color Harmonies of #53AE6A
Complementary color
Monochromatic Colors of #53AE6A
Black with #53AE6A
Text Example
Text Example
White with #53AE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AE6A; }
p { color: rgb(83,174,106); }
H1.HeaderClassName
{
color: #53AE6A;
}
.AnyTagClassName
{
color: #53AE6A;
}
</style>
background-color css
<style>
a { background-color: #53AE6A; }
a { background-color: rgb(83,174,106); }
div.DivClassName
{
background-color: #53AE6A;
}
.BgClassName
{
background-color: #53AE6A;
}
</style>
border-color css
<style>
span { border-color: #53AE6A; }
span { border-color: rgb(83,174,106); }
td.TdClassName
{
border-color: #53AE6A;
}
.TagClassName
{
border-color: #53AE6A;
}
</style>