Shades of Ocean Green #53B184
Tints of Ocean Green #53B184
RGB
CMYK
RGB Variations
Color information
#53B184 (or 0x53B184) is known color: Ocean Green. HEX triplet: 53, B1 and 84. RGB value is (83,177,132). Sum of RGB (Red+Green+Blue) = 83+177+132=392 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.17% from 392); Green value is 177 (69.53% from 255 or 45.15% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 177 - color contains mainly: green. Hex color #53B184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53B184 is #AC4E7B. Grayscale: #8F8F8F. Windows color (decimal): -11292284 or 8696147. OLE color: 8696147.
HSL color Cylindrical-coordinate representation of color #53B184: hue angle of 151.28º 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 #53B184 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 177 | 132 | - |
| CMYK | 0.53 | 0 | 0.25 | 0.31 |
| HSL | 151.28º | 0.38% | 0.51% | - |
| HSV(B) | 151.28º | 0.53% | 0.69% | - |
| XYZ | 23.45 | 34.95 | 27.34 | - |
| YUV | 143.76 | 121.36 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 177 | 132 | 0.53 | 0 | 0.25 | 0.31 | 151.28 | 0.38 | 0.51 |
| Hex | 53 | B1 | 84 | 35 | 0 | 19 | 1F | 97 | 26 | 33 |
| Octal | 123 | 261 | 204 | 65 | 0 | 31 | 37 | 227 | 46 | 63 |
| Binary | 1010011 | 10110001 | 10000100 | 110101 | 0 | 11001 | 11111 | 10010111 | 100110 | 110011 |
Color Harmonies of #53B184
Complementary color
Monochromatic Colors of #53B184
Black with #53B184
Text Example
Text Example
White with #53B184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B184; }
p { color: rgb(83,177,132); }
H1.HeaderClassName
{
color: #53B184;
}
.AnyTagClassName
{
color: #53B184;
}
</style>
background-color css
<style>
a { background-color: #53B184; }
a { background-color: rgb(83,177,132); }
div.DivClassName
{
background-color: #53B184;
}
.BgClassName
{
background-color: #53B184;
}
</style>
border-color css
<style>
span { border-color: #53B184; }
span { border-color: rgb(83,177,132); }
td.TdClassName
{
border-color: #53B184;
}
.TagClassName
{
border-color: #53B184;
}
</style>