Shades of Ocean Green #54AD6C
Tints of Ocean Green #54AD6C
RGB
CMYK
RGB Variations
Color information
#54AD6C (or 0x54AD6C) is known color: Ocean Green. HEX triplet: 54, AD and 6C. RGB value is (84,173,108). Sum of RGB (Red+Green+Blue) = 84+173+108=365 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.01% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 173 - color contains mainly: green. Hex color #54AD6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AD6C is #AB5293. Grayscale: #8B8B8B. Windows color (decimal): -11227796 or 7122260. OLE color: 7122260.
HSL color Cylindrical-coordinate representation of color #54AD6C: hue angle of 136.18º 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 #54AD6C is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 84 | 173 | 108 | - |
| CMYK | 0.51 | 0 | 0.38 | 0.32 |
| HSL | 136.18º | 0.35% | 0.5% | - |
| HSV(B) | 136.18º | 0.51% | 0.68% | - |
| XYZ | 21.31 | 32.85 | 19.41 | - |
| YUV | 138.98 | 110.51 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 173 | 108 | 0.51 | 0 | 0.38 | 0.32 | 136.18 | 0.35 | 0.5 |
| Hex | 54 | AD | 6C | 33 | 0 | 26 | 20 | 88 | 23 | 32 |
| Octal | 124 | 255 | 154 | 63 | 0 | 46 | 40 | 210 | 43 | 62 |
| Binary | 1010100 | 10101101 | 1101100 | 110011 | 0 | 100110 | 100000 | 10001000 | 100011 | 110010 |
Color Harmonies of #54AD6C
Complementary color
Monochromatic Colors of #54AD6C
Black with #54AD6C
Text Example
Text Example
White with #54AD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AD6C; }
p { color: rgb(84,173,108); }
H1.HeaderClassName
{
color: #54AD6C;
}
.AnyTagClassName
{
color: #54AD6C;
}
</style>
background-color css
<style>
a { background-color: #54AD6C; }
a { background-color: rgb(84,173,108); }
div.DivClassName
{
background-color: #54AD6C;
}
.BgClassName
{
background-color: #54AD6C;
}
</style>
border-color css
<style>
span { border-color: #54AD6C; }
span { border-color: rgb(84,173,108); }
td.TdClassName
{
border-color: #54AD6C;
}
.TagClassName
{
border-color: #54AD6C;
}
</style>