#53A080

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

Shades of Ocean Green #53A080

Tints of Ocean Green #53A080

Color information

#53A080 (or 0x53A080) is unknown color: approx Ocean Green. HEX triplet: 53, A0 and 80. RGB value is (83,160,128). Sum of RGB (Red+Green+Blue) = 83+160+128=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 160 (62.89% from 255 or 43.13% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 160 - color contains mainly: green. Hex color #53A080 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A080 is #AC5F7F. Grayscale: #858585. Windows color (decimal): -11296640 or 8429651. OLE color: 8429651.

HSL color Cylindrical-coordinate representation of color #53A080: hue angle of 155.06º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #53A080 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB83160128-
CMYK0.4800.200.37
HSL155.06º31.69%47.65%-
HSV(B)155.06º48.12%62.75%-
XYZ20.0328.5424.87-
YUV133.33124.9992.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.37%
GREEN value IS 160 (62.89% from 255) = 43.13%
BLUE value IS 128 (50.39% from 255) = 34.50%
R=22.37%
G=43.13%
B=34.50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal831601280.4800.200.37155.0631.6947.65
Hex53A08030014259b2030
Octal12324020060024452334060
Binary1010011101000001000000011000001010010010110011011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,160,128); }

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

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

 a { background-color: rgb(83,160,128); }

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

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

 span { border-color: rgb(83,160,128); }

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