Shades of Ocean Green #53926C
Tints of Ocean Green #53926C
RGB
CMYK
RGB Variations
Color information
#53926C (or 0x53926C) is known color: Ocean Green. HEX triplet: 53, 92 and 6C. RGB value is (83,146,108). Sum of RGB (Red+Green+Blue) = 83+146+108=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 146 - color contains mainly: green. Hex color #53926C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53926C is #AC6D93. Grayscale: #7A7A7A. Windows color (decimal): -11300244 or 7115347. OLE color: 7115347.
HSL color Cylindrical-coordinate representation of color #53926C: hue angle of 143.81º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #53926C is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 83 | 146 | 108 | - |
| CMYK | 0.43 | 0 | 0.26 | 0.43 |
| HSL | 143.81º | 0.28% | 0.45% | - |
| HSV(B) | 143.81º | 0.43% | 0.57% | - |
| XYZ | 16.55 | 23.48 | 17.85 | - |
| YUV | 122.83 | 119.63 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 146 | 108 | 0.43 | 0 | 0.26 | 0.43 | 143.81 | 0.28 | 0.45 |
| Hex | 53 | 92 | 6C | 2B | 0 | 1A | 2B | 90 | 1C | 2D |
| Octal | 123 | 222 | 154 | 53 | 0 | 32 | 53 | 220 | 34 | 55 |
| Binary | 1010011 | 10010010 | 1101100 | 101011 | 0 | 11010 | 101011 | 10010000 | 11100 | 101101 |
Color Harmonies of #53926C
Complementary color
Monochromatic Colors of #53926C
Black with #53926C
Text Example
Text Example
White with #53926C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53926C; }
p { color: rgb(83,146,108); }
H1.HeaderClassName
{
color: #53926C;
}
.AnyTagClassName
{
color: #53926C;
}
</style>
background-color css
<style>
a { background-color: #53926C; }
a { background-color: rgb(83,146,108); }
div.DivClassName
{
background-color: #53926C;
}
.BgClassName
{
background-color: #53926C;
}
</style>
border-color css
<style>
span { border-color: #53926C; }
span { border-color: rgb(83,146,108); }
td.TdClassName
{
border-color: #53926C;
}
.TagClassName
{
border-color: #53926C;
}
</style>