#54AC7D

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

Shades of Ocean Green #54AC7D

Tints of Ocean Green #54AC7D

Color information

#54AC7D (or 0x54AC7D) is unknown color: approx Ocean Green. HEX triplet: 54, AC and 7D. RGB value is (84,172,125). Sum of RGB (Red+Green+Blue) = 84+172+125=381 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.05% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 172 - color contains mainly: green. Hex color #54AC7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AC7D is #AB5382. Grayscale: #8C8C8C. Windows color (decimal): -11228035 or 8236116. OLE color: 8236116.

HSL color Cylindrical-coordinate representation of color #54AC7D: hue angle of 147.95º 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 #54AC7D is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB84172125-
CMYK0.5100.270.33
HSL147.95º34.65%50.2%-
HSV(B)147.95º51.16%67.45%-
XYZ22.1132.8724.58-
YUV140.33119.3587.82-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.05%
GREEN value IS 172 (67.58% from 255) = 45.14%
BLUE value IS 125 (49.22% from 255) = 32.81%
R=22.05%
G=45.14%
B=32.81%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841721250.5100.270.33147.9534.6550.2
Hex54AC7D3301B21942332
Octal12425417563033412244362
Binary101010010101100111110111001101101110000110010100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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