#54A273

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

Shades of Ocean Green #54A273

Tints of Ocean Green #54A273

Color information

#54A273 (or 0x54A273) is unknown color: approx Ocean Green. HEX triplet: 54, A2 and 73. RGB value is (84,162,115). Sum of RGB (Red+Green+Blue) = 84+162+115=361 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.27% from 361); Green value is 162 (63.67% from 255 or 44.88% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 162 - color contains mainly: green. Hex color #54A273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A273 is #AB5D8C. Grayscale: #858585. Windows color (decimal): -11230605 or 7578196. OLE color: 7578196.

HSL color Cylindrical-coordinate representation of color #54A273: hue angle of 143.85º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54A273 is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB84162115-
CMYK0.4800.290.36
HSL143.85º31.71%48.24%-
HSV(B)143.85º48.15%63.53%-
XYZ19.6728.9620.77-
YUV133.32117.6692.82-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.27%
GREEN value IS 162 (63.67% from 255) = 44.88%
BLUE value IS 115 (45.31% from 255) = 31.86%
R=23.27%
G=44.88%
B=31.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal841621150.4800.290.36143.8531.7148.24
Hex54A2733001D24902030
Octal12424216360035442204060
Binary101010010100010111001111000001110110010010010000100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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