#54B582

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

Shades of Ocean Green #54B582

Tints of Ocean Green #54B582

Color information

#54B582 (or 0x54B582) is unknown color: approx Ocean Green. HEX triplet: 54, B5 and 82. RGB value is (84,181,130). Sum of RGB (Red+Green+Blue) = 84+181+130=395 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.27% from 395); Green value is 181 (71.09% from 255 or 45.82% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 181 - color contains mainly: green. Hex color #54B582 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54B582 is #AB4A7D. Grayscale: #929292. Windows color (decimal): -11225726 or 8566100. OLE color: 8566100.

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

Color convert

RGB84181130-
CMYK0.5400.280.29
HSL148.45º39.59%51.96%-
HSV(B)148.45º53.59%70.98%-
XYZ24.2136.5426.9-
YUV146.18118.8683.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.27%
GREEN value IS 181 (71.09% from 255) = 45.82%
BLUE value IS 130 (51.17% from 255) = 32.91%
R=21.27%
G=45.82%
B=32.91%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal841811300.5400.280.29148.4539.5951.96
Hex54B5823601C1D942834
Octal12426520266034352245064
Binary101010010110101100000101101100111001110110010100101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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