#54AE7C

Color #54AE7C Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #54AE7C

Tints of Ocean Green #54AE7C

Color information

#54AE7C (or 0x54AE7C) is unknown color: approx Ocean Green. HEX triplet: 54, AE and 7C. RGB value is (84,174,124). Sum of RGB (Red+Green+Blue) = 84+174+124=382 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.99% from 382); Green value is 174 (68.36% from 255 or 45.55% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 174 - color contains mainly: green. Hex color #54AE7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AE7C is #AB5183. Grayscale: #8D8D8D. Windows color (decimal): -11227524 or 8171092. OLE color: 8171092.

HSL color Cylindrical-coordinate representation of color #54AE7C: hue angle of 146.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54AE7C is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB84174124-
CMYK0.5200.290.32
HSL146.67º35.71%50.59%-
HSV(B)146.67º51.72%68.24%-
XYZ22.4333.6124.37-
YUV141.39118.1887.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 21.99%
GREEN value IS 174 (68.36% from 255) = 45.55%
BLUE value IS 124 (48.83% from 255) = 32.46%
R=21.99%
G=45.55%
B=32.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal841741240.5200.290.32146.6735.7150.59
Hex54AE7C3401D20932433
Octal12425617464035402234463
Binary101010010101110111110011010001110110000010010011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54AE7C; }

 p { color: rgb(84,174,124); }

 H1.HeaderClassName
 {
   color: #54AE7C;
 }
 .AnyTagClassName
 {
   color: #54AE7C;
 }
</style>
background-color css

<style>
 a { background-color: #54AE7C; }

 a { background-color: rgb(84,174,124); }

 div.DivClassName
 {
   background-color: #54AE7C;
 }
 .BgClassName
 {
   background-color: #54AE7C;
 }
</style>
border-color css

<style>
 span { border-color: #54AE7C; }

 span { border-color: rgb(84,174,124); }

 td.TdClassName
 {
   border-color: #54AE7C;
 }
 .TagClassName
 {
   border-color: #54AE7C;
 }
</style>