Shades of Ocean Green #53B06E
Tints of Ocean Green #53B06E
RGB
CMYK
RGB Variations
Color information
#53B06E (or 0x53B06E) is known color: Ocean Green. HEX triplet: 53, B0 and 6E. RGB value is (83,176,110). Sum of RGB (Red+Green+Blue) = 83+176+110=369 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.49% from 369); Green value is 176 (69.14% from 255 or 47.70% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 176 - color contains mainly: green. Hex color #53B06E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53B06E is #AC4F91. Grayscale: #8C8C8C. Windows color (decimal): -11292562 or 7254099. OLE color: 7254099.
HSL color Cylindrical-coordinate representation of color #53B06E: hue angle of 137.42º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53B06E is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 176 | 110 | - |
| CMYK | 0.53 | 0 | 0.37 | 0.31 |
| HSL | 137.42º | 0.37% | 0.51% | - |
| HSV(B) | 137.42º | 0.53% | 0.69% | - |
| XYZ | 21.91 | 34.02 | 20.16 | - |
| YUV | 140.67 | 110.69 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 176 | 110 | 0.53 | 0 | 0.37 | 0.31 | 137.42 | 0.37 | 0.51 |
| Hex | 53 | B0 | 6E | 35 | 0 | 25 | 1F | 89 | 25 | 33 |
| Octal | 123 | 260 | 156 | 65 | 0 | 45 | 37 | 211 | 45 | 63 |
| Binary | 1010011 | 10110000 | 1101110 | 110101 | 0 | 100101 | 11111 | 10001001 | 100101 | 110011 |
Color Harmonies of #53B06E
Complementary color
Monochromatic Colors of #53B06E
Black with #53B06E
Text Example
Text Example
White with #53B06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B06E; }
p { color: rgb(83,176,110); }
H1.HeaderClassName
{
color: #53B06E;
}
.AnyTagClassName
{
color: #53B06E;
}
</style>
background-color css
<style>
a { background-color: #53B06E; }
a { background-color: rgb(83,176,110); }
div.DivClassName
{
background-color: #53B06E;
}
.BgClassName
{
background-color: #53B06E;
}
</style>
border-color css
<style>
span { border-color: #53B06E; }
span { border-color: rgb(83,176,110); }
td.TdClassName
{
border-color: #53B06E;
}
.TagClassName
{
border-color: #53B06E;
}
</style>