Shades of Ocean Green #53B06F
Tints of Ocean Green #53B06F
RGB
CMYK
RGB Variations
Color information
#53B06F (or 0x53B06F) is known color: Ocean Green. HEX triplet: 53, B0 and 6F. RGB value is (83,176,111). Sum of RGB (Red+Green+Blue) = 83+176+111=370 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.43% from 370); Green value is 176 (69.14% from 255 or 47.57% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 176 - color contains mainly: green. Hex color #53B06F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53B06F is #AC4F90. Grayscale: #8C8C8C. Windows color (decimal): -11292561 or 7319635. OLE color: 7319635.
HSL color Cylindrical-coordinate representation of color #53B06F: hue angle of 138.06º 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 #53B06F is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 176 | 111 | - |
| CMYK | 0.53 | 0 | 0.37 | 0.31 |
| HSL | 138.06º | 0.37% | 0.51% | - |
| HSV(B) | 138.06º | 0.53% | 0.69% | - |
| XYZ | 21.96 | 34.04 | 20.45 | - |
| YUV | 140.78 | 111.19 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 176 | 111 | 0.53 | 0 | 0.37 | 0.31 | 138.06 | 0.37 | 0.51 |
| Hex | 53 | B0 | 6F | 35 | 0 | 25 | 1F | 8A | 25 | 33 |
| Octal | 123 | 260 | 157 | 65 | 0 | 45 | 37 | 212 | 45 | 63 |
| Binary | 1010011 | 10110000 | 1101111 | 110101 | 0 | 100101 | 11111 | 10001010 | 100101 | 110011 |
Color Harmonies of #53B06F
Complementary color
Monochromatic Colors of #53B06F
Black with #53B06F
Text Example
Text Example
White with #53B06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B06F; }
p { color: rgb(83,176,111); }
H1.HeaderClassName
{
color: #53B06F;
}
.AnyTagClassName
{
color: #53B06F;
}
</style>
background-color css
<style>
a { background-color: #53B06F; }
a { background-color: rgb(83,176,111); }
div.DivClassName
{
background-color: #53B06F;
}
.BgClassName
{
background-color: #53B06F;
}
</style>
border-color css
<style>
span { border-color: #53B06F; }
span { border-color: rgb(83,176,111); }
td.TdClassName
{
border-color: #53B06F;
}
.TagClassName
{
border-color: #53B06F;
}
</style>