#54A37C

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

Shades of Ocean Green #54A37C

Tints of Ocean Green #54A37C

Color information

#54A37C (or 0x54A37C) is unknown color: approx Ocean Green. HEX triplet: 54, A3 and 7C. RGB value is (84,163,124). Sum of RGB (Red+Green+Blue) = 84+163+124=371 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.64% from 371); Green value is 163 (64.06% from 255 or 43.94% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 163 - color contains mainly: green. Hex color #54A37C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A37C is #AB5C83. Grayscale: #878787. Windows color (decimal): -11230340 or 8168276. OLE color: 8168276.

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

Color convert

RGB84163124-
CMYK0.4800.240.36
HSL150.38º31.98%48.43%-
HSV(B)150.38º48.47%63.92%-
XYZ20.3929.5323.69-
YUV134.93121.8391.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.64%
GREEN value IS 163 (64.06% from 255) = 43.94%
BLUE value IS 124 (48.83% from 255) = 33.42%
R=22.64%
G=43.94%
B=33.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal841631240.4800.240.36150.3831.9848.43
Hex54A37C3001824962030
Octal12424317460030442264060
Binary101010010100011111110011000001100010010010010110100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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