#54A373

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

Shades of Ocean Green #54A373

Tints of Ocean Green #54A373

Color information

#54A373 (or 0x54A373) is unknown color: approx Ocean Green. HEX triplet: 54, A3 and 73. RGB value is (84,163,115). Sum of RGB (Red+Green+Blue) = 84+163+115=362 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.20% from 362); Green value is 163 (64.06% from 255 or 45.03% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 163 - color contains mainly: green. Hex color #54A373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A373 is #AB5C8C. Grayscale: #868686. Windows color (decimal): -11230349 or 7578452. OLE color: 7578452.

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

Color convert

RGB84163115-
CMYK0.4800.290.36
HSL143.54º31.98%48.43%-
HSV(B)143.54º48.47%63.92%-
XYZ19.8529.3220.83-
YUV133.91117.3392.4-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.20%
GREEN value IS 163 (64.06% from 255) = 45.03%
BLUE value IS 115 (45.31% from 255) = 31.77%
R=23.20%
G=45.03%
B=31.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal841631150.4800.290.36143.5431.9848.43
Hex54A3733001D24902030
Octal12424316360035442204060
Binary101010010100011111001111000001110110010010010000100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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