#54A37A

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

Shades of Ocean Green #54A37A

Tints of Ocean Green #54A37A

Color information

#54A37A (or 0x54A37A) is unknown color: approx Ocean Green. HEX triplet: 54, A3 and 7A. RGB value is (84,163,122). Sum of RGB (Red+Green+Blue) = 84+163+122=369 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.76% from 369); Green value is 163 (64.06% from 255 or 44.17% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 163 - color contains mainly: green. Hex color #54A37A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A37A is #AB5C85. Grayscale: #868686. Windows color (decimal): -11230342 or 8037204. OLE color: 8037204.

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

Color convert

RGB84163122-
CMYK0.4800.250.36
HSL148.86º31.98%48.43%-
HSV(B)148.86º48.47%63.92%-
XYZ20.2729.4823.04-
YUV134.7120.8391.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.76%
GREEN value IS 163 (64.06% from 255) = 44.17%
BLUE value IS 122 (48.05% from 255) = 33.06%
R=22.76%
G=44.17%
B=33.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal841631220.4800.250.36148.8631.9848.43
Hex54A37A3001924952030
Octal12424317260031442254060
Binary101010010100011111101011000001100110010010010101100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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