#54A374

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

Shades of Ocean Green #54A374

Tints of Ocean Green #54A374

Color information

#54A374 (or 0x54A374) is unknown color: approx Ocean Green. HEX triplet: 54, A3 and 74. RGB value is (84,163,116). Sum of RGB (Red+Green+Blue) = 84+163+116=363 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.14% from 363); Green value is 163 (64.06% from 255 or 44.90% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 163 - color contains mainly: green. Hex color #54A374 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A374 is #AB5C8B. Grayscale: #868686. Windows color (decimal): -11230348 or 7643988. OLE color: 7643988.

HSL color Cylindrical-coordinate representation of color #54A374: hue angle of 144.3º 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 #54A374 is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB84163116-
CMYK0.4800.290.36
HSL144.3º31.98%48.43%-
HSV(B)144.3º48.47%63.92%-
XYZ19.9129.3421.14-
YUV134.02117.8392.32-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.14%
GREEN value IS 163 (64.06% from 255) = 44.90%
BLUE value IS 116 (45.70% from 255) = 31.96%
R=23.14%
G=44.90%
B=31.96%

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
Decimal841631160.4800.290.36144.331.9848.43
Hex54A3743001D24902030
Octal12424316460035442204060
Binary101010010100011111010011000001110110010010010000100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,163,116); }

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

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

 a { background-color: rgb(84,163,116); }

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

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

 span { border-color: rgb(84,163,116); }

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