Shades of Ocean Green #54AD6B
Tints of Ocean Green #54AD6B
RGB
CMYK
RGB Variations
Color information
#54AD6B (or 0x54AD6B) is known color: Ocean Green. HEX triplet: 54, AD and 6B. RGB value is (84,173,107). Sum of RGB (Red+Green+Blue) = 84+173+107=364 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.08% from 364); Green value is 173 (67.97% from 255 or 47.53% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 173 - color contains mainly: green. Hex color #54AD6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AD6B is #AB5294. Grayscale: #8B8B8B. Windows color (decimal): -11227797 or 7056724. OLE color: 7056724.
HSL color Cylindrical-coordinate representation of color #54AD6B: hue angle of 135.51º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #54AD6B is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 84 | 173 | 107 | - |
| CMYK | 0.51 | 0 | 0.38 | 0.32 |
| HSL | 135.51º | 0.35% | 0.5% | - |
| HSV(B) | 135.51º | 0.51% | 0.68% | - |
| XYZ | 21.25 | 32.83 | 19.13 | - |
| YUV | 138.87 | 110.01 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 173 | 107 | 0.51 | 0 | 0.38 | 0.32 | 135.51 | 0.35 | 0.5 |
| Hex | 54 | AD | 6B | 33 | 0 | 26 | 20 | 88 | 23 | 32 |
| Octal | 124 | 255 | 153 | 63 | 0 | 46 | 40 | 210 | 43 | 62 |
| Binary | 1010100 | 10101101 | 1101011 | 110011 | 0 | 100110 | 100000 | 10001000 | 100011 | 110010 |
Color Harmonies of #54AD6B
Complementary color
Monochromatic Colors of #54AD6B
Black with #54AD6B
Text Example
Text Example
White with #54AD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AD6B; }
p { color: rgb(84,173,107); }
H1.HeaderClassName
{
color: #54AD6B;
}
.AnyTagClassName
{
color: #54AD6B;
}
</style>
background-color css
<style>
a { background-color: #54AD6B; }
a { background-color: rgb(84,173,107); }
div.DivClassName
{
background-color: #54AD6B;
}
.BgClassName
{
background-color: #54AD6B;
}
</style>
border-color css
<style>
span { border-color: #54AD6B; }
span { border-color: rgb(84,173,107); }
td.TdClassName
{
border-color: #54AD6B;
}
.TagClassName
{
border-color: #54AD6B;
}
</style>