#54B56F

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

Shades of Ocean Green #54B56F

Tints of Ocean Green #54B56F

Color information

#54B56F (or 0x54B56F) is unknown color: approx Ocean Green. HEX triplet: 54, B5 and 6F. RGB value is (84,181,111). Sum of RGB (Red+Green+Blue) = 84+181+111=376 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.34% from 376); Green value is 181 (71.09% from 255 or 48.14% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 181 - color contains mainly: green. Hex color #54B56F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B56F is #AB4A90. Grayscale: #909090. Windows color (decimal): -11225745 or 7320916. OLE color: 7320916.

HSL color Cylindrical-coordinate representation of color #54B56F: hue angle of 136.7º 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 #54B56F is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB84181111-
CMYK0.5400.390.29
HSL136.7º39.59%51.96%-
HSV(B)136.7º53.59%70.98%-
XYZ23.0536.0820.79-
YUV144.02109.3685.19-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.34%
GREEN value IS 181 (71.09% from 255) = 48.14%
BLUE value IS 111 (43.75% from 255) = 29.52%
R=22.34%
G=48.14%
B=29.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal841811110.5400.390.29136.739.5951.96
Hex54B56F360271D892834
Octal12426515766047352115064
Binary101010010110101110111111011001001111110110001001101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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