#54B179

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

Shades of Ocean Green #54B179

Tints of Ocean Green #54B179

Color information

#54B179 (or 0x54B179) is unknown color: approx Ocean Green. HEX triplet: 54, B1 and 79. RGB value is (84,177,121). Sum of RGB (Red+Green+Blue) = 84+177+121=382 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.99% from 382); Green value is 177 (69.53% from 255 or 46.34% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 177 - color contains mainly: green. Hex color #54B179 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54B179 is #AB4E86. Grayscale: #8E8E8E. Windows color (decimal): -11226759 or 7975252. OLE color: 7975252.

HSL color Cylindrical-coordinate representation of color #54B179: hue angle of 143.87º 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 #54B179 is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB84177121-
CMYK0.5300.320.31
HSL143.87º37.35%51.18%-
HSV(B)143.87º52.54%69.41%-
XYZ22.8334.7123.59-
YUV142.81115.6986.05-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.99%
GREEN value IS 177 (69.53% from 255) = 46.34%
BLUE value IS 121 (47.66% from 255) = 31.68%
R=21.99%
G=46.34%
B=31.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal841771210.5300.320.31143.8737.3551.18
Hex54B179350201F902533
Octal12426117165040372204563
Binary101010010110001111100111010101000001111110010000100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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