Shades of Ocean Green #54AA68
Tints of Ocean Green #54AA68
RGB
CMYK
RGB Variations
Color information
#54AA68 (or 0x54AA68) is known color: Ocean Green. HEX triplet: 54, AA and 68. RGB value is (84,170,104). Sum of RGB (Red+Green+Blue) = 84+170+104=358 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.46% from 358); Green value is 170 (66.80% from 255 or 47.49% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 170 - color contains mainly: green. Hex color #54AA68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AA68 is #AB5597. Grayscale: #888888. Windows color (decimal): -11228568 or 6859348. OLE color: 6859348.
HSL color Cylindrical-coordinate representation of color #54AA68: hue angle of 133.95º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #54AA68 is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 170 | 104 | - |
| CMYK | 0.51 | 0 | 0.39 | 0.33 |
| HSL | 133.95º | 0.34% | 0.5% | - |
| HSV(B) | 133.95º | 0.51% | 0.67% | - |
| XYZ | 20.53 | 31.63 | 18.12 | - |
| YUV | 136.76 | 109.51 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 170 | 104 | 0.51 | 0 | 0.39 | 0.33 | 133.95 | 0.34 | 0.5 |
| Hex | 54 | AA | 68 | 33 | 0 | 27 | 21 | 86 | 22 | 32 |
| Octal | 124 | 252 | 150 | 63 | 0 | 47 | 41 | 206 | 42 | 62 |
| Binary | 1010100 | 10101010 | 1101000 | 110011 | 0 | 100111 | 100001 | 10000110 | 100010 | 110010 |
Color Harmonies of #54AA68
Complementary color
Monochromatic Colors of #54AA68
Black with #54AA68
Text Example
Text Example
White with #54AA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AA68; }
p { color: rgb(84,170,104); }
H1.HeaderClassName
{
color: #54AA68;
}
.AnyTagClassName
{
color: #54AA68;
}
</style>
background-color css
<style>
a { background-color: #54AA68; }
a { background-color: rgb(84,170,104); }
div.DivClassName
{
background-color: #54AA68;
}
.BgClassName
{
background-color: #54AA68;
}
</style>
border-color css
<style>
span { border-color: #54AA68; }
span { border-color: rgb(84,170,104); }
td.TdClassName
{
border-color: #54AA68;
}
.TagClassName
{
border-color: #54AA68;
}
</style>