Shades of Ocean Green #54AA6A
Tints of Ocean Green #54AA6A
RGB
CMYK
RGB Variations
Color information
#54AA6A (or 0x54AA6A) is known color: Ocean Green. HEX triplet: 54, AA and 6A. RGB value is (84,170,106). Sum of RGB (Red+Green+Blue) = 84+170+106=360 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.33% from 360); Green value is 170 (66.80% from 255 or 47.22% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 170 - color contains mainly: green. Hex color #54AA6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AA6A is #AB5595. Grayscale: #898989. Windows color (decimal): -11228566 or 6990420. OLE color: 6990420.
HSL color Cylindrical-coordinate representation of color #54AA6A: hue angle of 135.35º 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 #54AA6A is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 170 | 106 | - |
| CMYK | 0.51 | 0 | 0.38 | 0.33 |
| HSL | 135.35º | 0.34% | 0.5% | - |
| HSV(B) | 135.35º | 0.51% | 0.67% | - |
| XYZ | 20.63 | 31.67 | 18.66 | - |
| YUV | 136.99 | 110.51 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 170 | 106 | 0.51 | 0 | 0.38 | 0.33 | 135.35 | 0.34 | 0.5 |
| Hex | 54 | AA | 6A | 33 | 0 | 26 | 21 | 87 | 22 | 32 |
| Octal | 124 | 252 | 152 | 63 | 0 | 46 | 41 | 207 | 42 | 62 |
| Binary | 1010100 | 10101010 | 1101010 | 110011 | 0 | 100110 | 100001 | 10000111 | 100010 | 110010 |
Color Harmonies of #54AA6A
Complementary color
Monochromatic Colors of #54AA6A
Black with #54AA6A
Text Example
Text Example
White with #54AA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AA6A; }
p { color: rgb(84,170,106); }
H1.HeaderClassName
{
color: #54AA6A;
}
.AnyTagClassName
{
color: #54AA6A;
}
</style>
background-color css
<style>
a { background-color: #54AA6A; }
a { background-color: rgb(84,170,106); }
div.DivClassName
{
background-color: #54AA6A;
}
.BgClassName
{
background-color: #54AA6A;
}
</style>
border-color css
<style>
span { border-color: #54AA6A; }
span { border-color: rgb(84,170,106); }
td.TdClassName
{
border-color: #54AA6A;
}
.TagClassName
{
border-color: #54AA6A;
}
</style>