#54AC72

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

Shades of Ocean Green #54AC72

Tints of Ocean Green #54AC72

Color information

#54AC72 (or 0x54AC72) is unknown color: approx Ocean Green. HEX triplet: 54, AC and 72. RGB value is (84,172,114). Sum of RGB (Red+Green+Blue) = 84+172+114=370 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.70% from 370); Green value is 172 (67.58% from 255 or 46.49% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 172 - color contains mainly: green. Hex color #54AC72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AC72 is #AB538D. Grayscale: #8B8B8B. Windows color (decimal): -11228046 or 7515220. OLE color: 7515220.

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

Color convert

RGB84172114-
CMYK0.5100.340.33
HSL140.45º34.65%50.2%-
HSV(B)140.45º51.16%67.45%-
XYZ21.4532.621.08-
YUV139.08113.8588.72-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.70%
GREEN value IS 172 (67.58% from 255) = 46.49%
BLUE value IS 114 (44.92% from 255) = 30.81%
R=22.70%
G=46.49%
B=30.81%

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
Decimal841721140.5100.340.33140.4534.6550.2
Hex54AC7233022218c2332
Octal12425416263042412144362
Binary1010100101011001110010110011010001010000110001100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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