#54A983

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

Shades of Ocean Green #54A983

Tints of Ocean Green #54A983

Color information

#54A983 (or 0x54A983) is unknown color: approx Ocean Green. HEX triplet: 54, A9 and 83. RGB value is (84,169,131). Sum of RGB (Red+Green+Blue) = 84+169+131=384 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.88% from 384); Green value is 169 (66.41% from 255 or 44.01% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 169 - color contains mainly: green. Hex color #54A983 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A983 is #AB567C. Grayscale: #8B8B8B. Windows color (decimal): -11228797 or 8628564. OLE color: 8628564.

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

Color convert

RGB84169131-
CMYK0.5000.220.34
HSL153.18º33.6%49.61%-
HSV(B)153.18º50.3%66.27%-
XYZ21.9431.926.47-
YUV139.25123.3488.59-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.88%
GREEN value IS 169 (66.41% from 255) = 44.01%
BLUE value IS 131 (51.56% from 255) = 34.11%
R=21.88%
G=44.01%
B=34.11%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal841691310.5000.220.34153.1833.649.61
Hex54A9833201622992232
Octal12425120362026422314262
Binary1010100101010011000001111001001011010001010011001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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