#54B177

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

Shades of Ocean Green #54B177

Tints of Ocean Green #54B177

Color information

#54B177 (or 0x54B177) is unknown color: approx Ocean Green. HEX triplet: 54, B1 and 77. RGB value is (84,177,119). Sum of RGB (Red+Green+Blue) = 84+177+119=380 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.11% from 380); Green value is 177 (69.53% from 255 or 46.58% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 177 - color contains mainly: green. Hex color #54B177 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54B177 is #AB4E88. Grayscale: #8E8E8E. Windows color (decimal): -11226761 or 7844180. OLE color: 7844180.

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

Color convert

RGB84177119-
CMYK0.5300.330.31
HSL142.58º37.35%51.18%-
HSV(B)142.58º52.54%69.41%-
XYZ22.7134.6622.95-
YUV142.58114.6986.22-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.11%
GREEN value IS 177 (69.53% from 255) = 46.58%
BLUE value IS 119 (46.88% from 255) = 31.32%
R=22.11%
G=46.58%
B=31.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal841771190.5300.330.31142.5837.3551.18
Hex54B177350211F8f2533
Octal12426116765041372174563
Binary101010010110001111011111010101000011111110001111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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