#54b57a

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

Shades of Ocean Green #54B57A

Tints of Ocean Green #54B57A

Color information

#54B57A (or 0x54B57A) is unknown color: approx Ocean Green. HEX triplet: 54, B5 and 7A. RGB value is (84,181,122). Sum of RGB (Red+Green+Blue) = 84+181+122=387 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.71% from 387); Green value is 181 (71.09% from 255 or 46.77% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 181 - color contains mainly: green. Hex color #54B57A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B57A is #AB4A85. Grayscale: #919191. Windows color (decimal): -11225734 or 8041812. OLE color: 8041812.

HSL color Cylindrical-coordinate representation of color #54B57A: hue angle of 143.51º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #54B57A is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB84181122-
CMYK0.5400.330.29
HSL143.51º39.59%51.96%-
HSV(B)143.51º53.59%70.98%-
XYZ23.6936.3424.18-
YUV145.27114.8684.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.71%
GREEN value IS 181 (71.09% from 255) = 46.77%
BLUE value IS 122 (48.05% from 255) = 31.52%
R=21.71%
G=46.77%
B=31.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal841811220.5400.330.29143.5139.5951.96
Hex54B57A360211D902834
Octal12426517266041352205064
Binary101010010110101111101011011001000011110110010000101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54b57a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,181,122); }

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

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

 a { background-color: rgb(84,181,122); }

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

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

 span { border-color: rgb(84,181,122); }

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