Shades of Ocean Green #57A469
Tints of Ocean Green #57A469
RGB
CMYK
RGB Variations
Color information
#57A469 (or 0x57A469) is known color: Ocean Green. HEX triplet: 57, A4 and 69. RGB value is (87,164,105). Sum of RGB (Red+Green+Blue) = 87+164+105=356 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.44% from 356); Green value is 164 (64.45% from 255 or 46.07% from 356); Blue value is 105 (41.41% from 255 or 29.49% from 356); Max value from RGB is 164 - color contains mainly: green. Hex color #57A469 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A469 is #A85B96. Grayscale: #868686. Windows color (decimal): -11033495 or 6923351. OLE color: 6923351.
HSL color Cylindrical-coordinate representation of color #57A469: hue angle of 134.03º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #57A469 is Cyan = 0.47, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 87 | 164 | 105 | - |
| CMYK | 0.47 | 0 | 0.36 | 0.36 |
| HSL | 134.03º | 0.31% | 0.49% | - |
| HSV(B) | 134.03º | 0.47% | 0.64% | - |
| XYZ | 19.76 | 29.6 | 18.04 | - |
| YUV | 134.25 | 111.49 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 164 | 105 | 0.47 | 0 | 0.36 | 0.36 | 134.03 | 0.31 | 0.49 |
| Hex | 57 | A4 | 69 | 2F | 0 | 24 | 24 | 86 | 1F | 31 |
| Octal | 127 | 244 | 151 | 57 | 0 | 44 | 44 | 206 | 37 | 61 |
| Binary | 1010111 | 10100100 | 1101001 | 101111 | 0 | 100100 | 100100 | 10000110 | 11111 | 110001 |
Color Harmonies of #57A469
Complementary color
Monochromatic Colors of #57A469
Black with #57A469
Text Example
Text Example
White with #57A469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A469; }
p { color: rgb(87,164,105); }
H1.HeaderClassName
{
color: #57A469;
}
.AnyTagClassName
{
color: #57A469;
}
</style>
background-color css
<style>
a { background-color: #57A469; }
a { background-color: rgb(87,164,105); }
div.DivClassName
{
background-color: #57A469;
}
.BgClassName
{
background-color: #57A469;
}
</style>
border-color css
<style>
span { border-color: #57A469; }
span { border-color: rgb(87,164,105); }
td.TdClassName
{
border-color: #57A469;
}
.TagClassName
{
border-color: #57A469;
}
</style>