#54A980

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

Shades of Ocean Green #54A980

Tints of Ocean Green #54A980

Color information

#54A980 (or 0x54A980) is unknown color: approx Ocean Green. HEX triplet: 54, A9 and 80. RGB value is (84,169,128). Sum of RGB (Red+Green+Blue) = 84+169+128=381 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.05% from 381); Green value is 169 (66.41% from 255 or 44.36% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 169 - color contains mainly: green. Hex color #54A980 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A980 is #AB567F. Grayscale: #8A8A8A. Windows color (decimal): -11228800 or 8431956. OLE color: 8431956.

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

Color convert

RGB84169128-
CMYK0.5000.240.34
HSL151.06º33.6%49.61%-
HSV(B)151.06º50.3%66.27%-
XYZ21.7431.8225.42-
YUV138.91121.8488.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.05%
GREEN value IS 169 (66.41% from 255) = 44.36%
BLUE value IS 128 (50.39% from 255) = 33.60%
R=22.05%
G=44.36%
B=33.60%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal841691280.5000.240.34151.0633.649.61
Hex54A9803201822972232
Octal12425120062030422274262
Binary1010100101010011000000011001001100010001010010111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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