#53AB87

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

Shades of Ocean Green #53AB87

Tints of Ocean Green #53AB87

Color information

#53AB87 (or 0x53AB87) is unknown color: approx Ocean Green. HEX triplet: 53, AB and 87. RGB value is (83,171,135). Sum of RGB (Red+Green+Blue) = 83+171+135=389 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.34% from 389); Green value is 171 (67.19% from 255 or 43.96% from 389); Blue value is 135 (53.12% from 255 or 34.70% from 389); Max value from RGB is 171 - color contains mainly: green. Hex color #53AB87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AB87 is #AC5478. Grayscale: #8C8C8C. Windows color (decimal): -11293817 or 8891219. OLE color: 8891219.

HSL color Cylindrical-coordinate representation of color #53AB87: hue angle of 155.45º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53AB87 is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB83171135-
CMYK0.5100.210.33
HSL155.45º34.65%49.8%-
HSV(B)155.45º51.46%67.06%-
XYZ22.532.7128.05-
YUV140.58124.8586.93-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.34%
GREEN value IS 171 (67.19% from 255) = 43.96%
BLUE value IS 135 (53.12% from 255) = 34.70%
R=21.34%
G=43.96%
B=34.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal831711350.5100.210.33155.4534.6549.8
Hex53AB8733015219b2332
Octal12325320763025412334362
Binary1010011101010111000011111001101010110000110011011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AB87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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