#54AC71

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

Shades of Ocean Green #54AC71

Tints of Ocean Green #54AC71

Color information

#54AC71 (or 0x54AC71) is unknown color: approx Ocean Green. HEX triplet: 54, AC and 71. RGB value is (84,172,113). Sum of RGB (Red+Green+Blue) = 84+172+113=369 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.76% from 369); Green value is 172 (67.58% from 255 or 46.61% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 172 - color contains mainly: green. Hex color #54AC71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AC71 is #AB538E. Grayscale: #8B8B8B. Windows color (decimal): -11228047 or 7449684. OLE color: 7449684.

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

Color convert

RGB84172113-
CMYK0.5100.340.33
HSL139.77º34.65%50.2%-
HSV(B)139.77º51.16%67.45%-
XYZ21.3932.5820.78-
YUV138.96113.3588.8-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.76%
GREEN value IS 172 (67.58% from 255) = 46.61%
BLUE value IS 113 (44.53% from 255) = 30.62%
R=22.76%
G=46.61%
B=30.62%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841721130.5100.340.33139.7734.6550.2
Hex54AC7133022218c2332
Octal12425416163042412144362
Binary1010100101011001110001110011010001010000110001100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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