#54B174

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

Shades of Ocean Green #54B174

Tints of Ocean Green #54B174

Color information

#54B174 (or 0x54B174) is unknown color: approx Ocean Green. HEX triplet: 54, B1 and 74. RGB value is (84,177,116). Sum of RGB (Red+Green+Blue) = 84+177+116=377 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.28% from 377); Green value is 177 (69.53% from 255 or 46.95% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 177 - color contains mainly: green. Hex color #54B174 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54B174 is #AB4E8B. Grayscale: #8E8E8E. Windows color (decimal): -11226764 or 7647572. OLE color: 7647572.

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

Color convert

RGB84177116-
CMYK0.5300.340.31
HSL140.65º37.35%51.18%-
HSV(B)140.65º52.54%69.41%-
XYZ22.5334.5922.01-
YUV142.24113.1986.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.28%
GREEN value IS 177 (69.53% from 255) = 46.95%
BLUE value IS 116 (45.70% from 255) = 30.77%
R=22.28%
G=46.95%
B=30.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal841771160.5300.340.31140.6537.3551.18
Hex54B174350221F8d2533
Octal12426116465042372154563
Binary101010010110001111010011010101000101111110001101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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