#53A787

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

Shades of Ocean Green #53A787

Tints of Ocean Green #53A787

Color information

#53A787 (or 0x53A787) is unknown color: approx Ocean Green. HEX triplet: 53, A7 and 87. RGB value is (83,167,135). Sum of RGB (Red+Green+Blue) = 83+167+135=385 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.56% from 385); Green value is 167 (65.62% from 255 or 43.38% from 385); Blue value is 135 (53.12% from 255 or 35.06% from 385); Max value from RGB is 167 - color contains mainly: green. Hex color #53A787 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A787 is #AC5878. Grayscale: #8A8A8A. Windows color (decimal): -11294841 or 8890195. OLE color: 8890195.

HSL color Cylindrical-coordinate representation of color #53A787: hue angle of 157.14º 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 #53A787 is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB83167135-
CMYK0.5000.190.35
HSL157.14º33.6%49.02%-
HSV(B)157.14º50.3%65.49%-
XYZ21.7631.2327.8-
YUV138.24126.1788.6-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.56%
GREEN value IS 167 (65.62% from 255) = 43.38%
BLUE value IS 135 (53.12% from 255) = 35.06%
R=21.56%
G=43.38%
B=35.06%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal831671350.5000.190.35157.1433.649.02
Hex53A78732013239d2231
Octal12324720762023432354261
Binary1010011101001111000011111001001001110001110011101100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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