#53a784

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

Shades of Ocean Green #53A784

Tints of Ocean Green #53A784

Color information

#53A784 (or 0x53A784) is unknown color: approx Ocean Green. HEX triplet: 53, A7 and 84. RGB value is (83,167,132). Sum of RGB (Red+Green+Blue) = 83+167+132=382 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.73% from 382); Green value is 167 (65.62% from 255 or 43.72% from 382); Blue value is 132 (51.95% from 255 or 34.55% from 382); Max value from RGB is 167 - color contains mainly: green. Hex color #53A784 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A784 is #AC587B. Grayscale: #898989. Windows color (decimal): -11294844 or 8693587. OLE color: 8693587.

HSL color Cylindrical-coordinate representation of color #53A784: hue angle of 155º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #53A784 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB83167132-
CMYK0.5000.210.35
HSL155º33.6%49.02%-
HSV(B)155º50.3%65.49%-
XYZ21.5531.1426.71-
YUV137.89124.6788.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.73%
GREEN value IS 167 (65.62% from 255) = 43.72%
BLUE value IS 132 (51.95% from 255) = 34.55%
R=21.73%
G=43.72%
B=34.55%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal831671320.5000.210.3515533.649.02
Hex53A78432015239b2231
Octal12324720462025432334261
Binary1010011101001111000010011001001010110001110011011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53a784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53a784; }

 p { color: rgb(83,167,132); }

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

<style>
 a { background-color: #53a784; }

 a { background-color: rgb(83,167,132); }

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

<style>
 span { border-color: #53a784; }

 span { border-color: rgb(83,167,132); }

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