#53A582

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

Shades of Ocean Green #53A582

Tints of Ocean Green #53A582

Color information

#53A582 (or 0x53A582) is unknown color: approx Ocean Green. HEX triplet: 53, A5 and 82. RGB value is (83,165,130). Sum of RGB (Red+Green+Blue) = 83+165+130=378 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.96% from 378); Green value is 165 (64.84% from 255 or 43.65% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 165 - color contains mainly: green. Hex color #53A582 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A582 is #AC5A7D. Grayscale: #888888. Windows color (decimal): -11295358 or 8562003. OLE color: 8562003.

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

Color convert

RGB83165130-
CMYK0.5000.210.35
HSL154.39º33.06%48.63%-
HSV(B)154.39º49.7%64.71%-
XYZ21.0530.3625.87-
YUV136.49124.3389.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.96%
GREEN value IS 165 (64.84% from 255) = 43.65%
BLUE value IS 130 (51.17% from 255) = 34.39%
R=21.96%
G=43.65%
B=34.39%

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
Decimal831651300.5000.210.35154.3933.0648.63
Hex53A58232015239a2131
Octal12324520262025432324161
Binary1010011101001011000001011001001010110001110011010100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,165,130); }

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

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

 a { background-color: rgb(83,165,130); }

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

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

 span { border-color: rgb(83,165,130); }

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