Shades of Ocean Green #53B17F
Tints of Ocean Green #53B17F
RGB
CMYK
RGB Variations
Color information
#53B17F (or 0x53B17F) is known color: Ocean Green. HEX triplet: 53, B1 and 7F. RGB value is (83,177,127). Sum of RGB (Red+Green+Blue) = 83+177+127=387 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.45% from 387); Green value is 177 (69.53% from 255 or 45.74% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 177 - color contains mainly: green. Hex color #53B17F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53B17F is #AC4E80. Grayscale: #8F8F8F. Windows color (decimal): -11292289 or 8368467. OLE color: 8368467.
HSL color Cylindrical-coordinate representation of color #53B17F: hue angle of 148.09º degrees, saturation: 0.38, 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 #53B17F is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 177 | 127 | - |
| CMYK | 0.53 | 0 | 0.28 | 0.31 |
| HSL | 148.09º | 0.38% | 0.51% | - |
| HSV(B) | 148.09º | 0.53% | 0.69% | - |
| XYZ | 23.12 | 34.82 | 25.58 | - |
| YUV | 143.19 | 118.86 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 177 | 127 | 0.53 | 0 | 0.28 | 0.31 | 148.09 | 0.38 | 0.51 |
| Hex | 53 | B1 | 7F | 35 | 0 | 1C | 1F | 94 | 26 | 33 |
| Octal | 123 | 261 | 177 | 65 | 0 | 34 | 37 | 224 | 46 | 63 |
| Binary | 1010011 | 10110001 | 1111111 | 110101 | 0 | 11100 | 11111 | 10010100 | 100110 | 110011 |
Color Harmonies of #53B17F
Complementary color
Monochromatic Colors of #53B17F
Black with #53B17F
Text Example
Text Example
White with #53B17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B17F; }
p { color: rgb(83,177,127); }
H1.HeaderClassName
{
color: #53B17F;
}
.AnyTagClassName
{
color: #53B17F;
}
</style>
background-color css
<style>
a { background-color: #53B17F; }
a { background-color: rgb(83,177,127); }
div.DivClassName
{
background-color: #53B17F;
}
.BgClassName
{
background-color: #53B17F;
}
</style>
border-color css
<style>
span { border-color: #53B17F; }
span { border-color: rgb(83,177,127); }
td.TdClassName
{
border-color: #53B17F;
}
.TagClassName
{
border-color: #53B17F;
}
</style>