#54A77C

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

Shades of Ocean Green #54A77C

Tints of Ocean Green #54A77C

Color information

#54A77C (or 0x54A77C) is unknown color: approx Ocean Green. HEX triplet: 54, A7 and 7C. RGB value is (84,167,124). Sum of RGB (Red+Green+Blue) = 84+167+124=375 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.4% from 375); Green value is 167 (65.62% from 255 or 44.53% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 167 - color contains mainly: green. Hex color #54A77C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A77C is #AB5883. Grayscale: #898989. Windows color (decimal): -11229316 or 8169300. OLE color: 8169300.

HSL color Cylindrical-coordinate representation of color #54A77C: hue angle of 148.92º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #54A77C is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB84167124-
CMYK0.5000.260.35
HSL148.92º33.07%49.22%-
HSV(B)148.92º49.7%65.49%-
XYZ21.1130.9823.94-
YUV137.28120.590-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.4%
GREEN value IS 167 (65.62% from 255) = 44.53%
BLUE value IS 124 (48.83% from 255) = 33.07%
R=22.4%
G=44.53%
B=33.07%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal841671240.5000.260.35148.9233.0749.22
Hex54A77C3201A23952131
Octal12424717462032432254161
Binary101010010100111111110011001001101010001110010101100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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