#54AD71

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

Shades of Ocean Green #54AD71

Tints of Ocean Green #54AD71

Color information

#54AD71 (or 0x54AD71) is unknown color: approx Ocean Green. HEX triplet: 54, AD and 71. RGB value is (84,173,113). Sum of RGB (Red+Green+Blue) = 84+173+113=370 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.70% from 370); Green value is 173 (67.97% from 255 or 46.76% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 173 - color contains mainly: green. Hex color #54AD71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AD71 is #AB528E. Grayscale: #8B8B8B. Windows color (decimal): -11227791 or 7449940. OLE color: 7449940.

HSL color Cylindrical-coordinate representation of color #54AD71: hue angle of 139.55º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #54AD71 is Cyan = 0.51, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB84173113-
CMYK0.5100.350.32
HSL139.55º35.18%50.39%-
HSV(B)139.55º51.45%67.84%-
XYZ21.5832.9620.85-
YUV139.55113.0188.38-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.70%
GREEN value IS 173 (67.97% from 255) = 46.76%
BLUE value IS 113 (44.53% from 255) = 30.54%
R=22.70%
G=46.76%
B=30.54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal841731130.5100.350.32139.5535.1850.39
Hex54AD7133023208c2332
Octal12425516163043402144362
Binary1010100101011011110001110011010001110000010001100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,173,113); }

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

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

 a { background-color: rgb(84,173,113); }

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

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

 span { border-color: rgb(84,173,113); }

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