#54A376

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

Shades of Ocean Green #54A376

Tints of Ocean Green #54A376

Color information

#54A376 (or 0x54A376) is unknown color: approx Ocean Green. HEX triplet: 54, A3 and 76. RGB value is (84,163,118). Sum of RGB (Red+Green+Blue) = 84+163+118=365 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.01% from 365); Green value is 163 (64.06% from 255 or 44.66% from 365); Blue value is 118 (46.48% from 255 or 32.33% from 365); Max value from RGB is 163 - color contains mainly: green. Hex color #54A376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A376 is #AB5C89. Grayscale: #868686. Windows color (decimal): -11230346 or 7775060. OLE color: 7775060.

HSL color Cylindrical-coordinate representation of color #54A376: hue angle of 145.82º 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 #54A376 is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB84163118-
CMYK0.4800.280.36
HSL145.82º31.98%48.43%-
HSV(B)145.82º48.47%63.92%-
XYZ20.0229.3921.76-
YUV134.25118.8392.16-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.01%
GREEN value IS 163 (64.06% from 255) = 44.66%
BLUE value IS 118 (46.48% from 255) = 32.33%
R=23.01%
G=44.66%
B=32.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal841631180.4800.280.36145.8231.9848.43
Hex54A3763001C24922030
Octal12424316660034442224060
Binary101010010100011111011011000001110010010010010010100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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