#54A573

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

Shades of Ocean Green #54A573

Tints of Ocean Green #54A573

Color information

#54A573 (or 0x54A573) is unknown color: approx Ocean Green. HEX triplet: 54, A5 and 73. RGB value is (84,165,115). Sum of RGB (Red+Green+Blue) = 84+165+115=364 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.08% from 364); Green value is 165 (64.84% from 255 or 45.33% from 364); Blue value is 115 (45.31% from 255 or 31.59% from 364); Max value from RGB is 165 - color contains mainly: green. Hex color #54A573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A573 is #AB5A8C. Grayscale: #878787. Windows color (decimal): -11229837 or 7578964. OLE color: 7578964.

HSL color Cylindrical-coordinate representation of color #54A573: hue angle of 142.96º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #54A573 is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB84165115-
CMYK0.4900.300.35
HSL142.96º32.53%48.82%-
HSV(B)142.96º49.09%64.71%-
XYZ20.2130.0320.95-
YUV135.08116.6691.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.08%
GREEN value IS 165 (64.84% from 255) = 45.33%
BLUE value IS 115 (45.31% from 255) = 31.59%
R=23.08%
G=45.33%
B=31.59%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal841651150.4900.300.35142.9632.5348.82
Hex54A5733101E238f2131
Octal12424516361036432174161
Binary101010010100101111001111000101111010001110001111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,165,115); }

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

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

 a { background-color: rgb(84,165,115); }

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

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

 span { border-color: rgb(84,165,115); }

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