#54A173

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

Shades of Ocean Green #54A173

Tints of Ocean Green #54A173

Color information

#54A173 (or 0x54A173) is unknown color: approx Ocean Green. HEX triplet: 54, A1 and 73. RGB value is (84,161,115). Sum of RGB (Red+Green+Blue) = 84+161+115=360 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.33% from 360); Green value is 161 (63.28% from 255 or 44.72% from 360); Blue value is 115 (45.31% from 255 or 31.94% from 360); Max value from RGB is 161 - color contains mainly: green. Hex color #54A173 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A173 is #AB5E8C. Grayscale: #848484. Windows color (decimal): -11230861 or 7577940. OLE color: 7577940.

HSL color Cylindrical-coordinate representation of color #54A173: hue angle of 144.16º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54A173 is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB84161115-
CMYK0.4800.290.37
HSL144.16º31.43%48.04%-
HSV(B)144.16º47.83%63.14%-
XYZ19.528.6120.71-
YUV132.73117.9993.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.33%
GREEN value IS 161 (63.28% from 255) = 44.72%
BLUE value IS 115 (45.31% from 255) = 31.94%
R=23.33%
G=44.72%
B=31.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal841611150.4800.290.37144.1631.4348.04
Hex54A1733001D25901f30
Octal12424116360035452203760
Binary10101001010000111100111100000111011001011001000011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,161,115); }

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

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

 a { background-color: rgb(84,161,115); }

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

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

 span { border-color: rgb(84,161,115); }

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