#54A37F

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

Shades of Ocean Green #54A37F

Tints of Ocean Green #54A37F

Color information

#54A37F (or 0x54A37F) is unknown color: approx Ocean Green. HEX triplet: 54, A3 and 7F. RGB value is (84,163,127). Sum of RGB (Red+Green+Blue) = 84+163+127=374 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.46% from 374); Green value is 163 (64.06% from 255 or 43.58% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 163 - color contains mainly: green. Hex color #54A37F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A37F is #AB5C80. Grayscale: #878787. Windows color (decimal): -11230337 or 8364884. OLE color: 8364884.

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

Color convert

RGB84163127-
CMYK0.4800.220.36
HSL152.66º31.98%48.43%-
HSV(B)152.66º48.47%63.92%-
XYZ20.5829.6124.71-
YUV135.28123.3391.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.46%
GREEN value IS 163 (64.06% from 255) = 43.58%
BLUE value IS 127 (50% from 255) = 33.96%
R=22.46%
G=43.58%
B=33.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal841631270.4800.220.36152.6631.9848.43
Hex54A37F3001624992030
Octal12424317760026442314060
Binary101010010100011111111111000001011010010010011001100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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