#54b182

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

Shades of Ocean Green #54B182

Tints of Ocean Green #54B182

Color information

#54B182 (or 0x54B182) is unknown color: approx Ocean Green. HEX triplet: 54, B1 and 82. RGB value is (84,177,130). Sum of RGB (Red+Green+Blue) = 84+177+130=391 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.48% from 391); Green value is 177 (69.53% from 255 or 45.27% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 177 - color contains mainly: green. Hex color #54B182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54B182 is #AB4E7D. Grayscale: #8F8F8F. Windows color (decimal): -11226750 or 8565076. OLE color: 8565076.

HSL color Cylindrical-coordinate representation of color #54B182: hue angle of 149.68º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54B182 is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB84177130-
CMYK0.5300.270.31
HSL149.68º37.35%51.18%-
HSV(B)149.68º52.54%69.41%-
XYZ23.4134.9426.63-
YUV143.83120.1985.32-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.48%
GREEN value IS 177 (69.53% from 255) = 45.27%
BLUE value IS 130 (51.17% from 255) = 33.25%
R=21.48%
G=45.27%
B=33.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal841771300.5300.270.31149.6837.3551.18
Hex54B1823501B1F962533
Octal12426120265033372264563
Binary101010010110001100000101101010110111111110010110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54b182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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