#54A986

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

Shades of Ocean Green #54A986

Tints of Ocean Green #54A986

Color information

#54A986 (or 0x54A986) is unknown color: approx Ocean Green. HEX triplet: 54, A9 and 86. RGB value is (84,169,134). Sum of RGB (Red+Green+Blue) = 84+169+134=387 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.71% from 387); Green value is 169 (66.41% from 255 or 43.67% from 387); Blue value is 134 (52.73% from 255 or 34.63% from 387); Max value from RGB is 169 - color contains mainly: green. Hex color #54A986 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A986 is #AB5679. Grayscale: #8B8B8B. Windows color (decimal): -11228794 or 8825172. OLE color: 8825172.

HSL color Cylindrical-coordinate representation of color #54A986: hue angle of 155.29º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #54A986 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB84169134-
CMYK0.5000.210.34
HSL155.29º33.6%49.61%-
HSV(B)155.29º50.3%66.27%-
XYZ22.1531.9827.56-
YUV139.6124.8488.35-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.71%
GREEN value IS 169 (66.41% from 255) = 43.67%
BLUE value IS 134 (52.73% from 255) = 34.63%
R=21.71%
G=43.67%
B=34.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal841691340.5000.210.34155.2933.649.61
Hex54A98632015229b2232
Octal12425120662025422334262
Binary1010100101010011000011011001001010110001010011011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,169,134); }

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

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

 a { background-color: rgb(84,169,134); }

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

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

 span { border-color: rgb(84,169,134); }

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