#54AA73

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

Shades of Ocean Green #54AA73

Tints of Ocean Green #54AA73

Color information

#54AA73 (or 0x54AA73) is unknown color: approx Ocean Green. HEX triplet: 54, AA and 73. RGB value is (84,170,115). Sum of RGB (Red+Green+Blue) = 84+170+115=369 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.76% from 369); Green value is 170 (66.80% from 255 or 46.07% from 369); Blue value is 115 (45.31% from 255 or 31.17% from 369); Max value from RGB is 170 - color contains mainly: green. Hex color #54AA73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AA73 is #AB558C. Grayscale: #8A8A8A. Windows color (decimal): -11228557 or 7580244. OLE color: 7580244.

HSL color Cylindrical-coordinate representation of color #54AA73: hue angle of 141.63º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #54AA73 is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB84170115-
CMYK0.5100.320.33
HSL141.63º33.86%49.8%-
HSV(B)141.63º50.59%66.67%-
XYZ21.1331.8721.26-
YUV138.02115.0189.47-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.76%
GREEN value IS 170 (66.80% from 255) = 46.07%
BLUE value IS 115 (45.31% from 255) = 31.17%
R=22.76%
G=46.07%
B=31.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841701150.5100.320.33141.6333.8649.8
Hex54AA7333020218e2232
Octal12425216363040412164262
Binary1010100101010101110011110011010000010000110001110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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