#53AE72

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

Shades of Ocean Green #53AE72

Tints of Ocean Green #53AE72

Color information

#53AE72 (or 0x53AE72) is unknown color: approx Ocean Green. HEX triplet: 53, AE and 72. RGB value is (83,174,114). Sum of RGB (Red+Green+Blue) = 83+174+114=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 174 (68.36% from 255 or 46.90% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 174 - color contains mainly: green. Hex color #53AE72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AE72 is #AC518D. Grayscale: #8C8C8C. Windows color (decimal): -11293070 or 7515731. OLE color: 7515731.

HSL color Cylindrical-coordinate representation of color #53AE72: hue angle of 140.44º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53AE72 is Cyan = 0.52, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB83174114-
CMYK0.5200.340.32
HSL140.44º35.97%50.39%-
HSV(B)140.44º52.3%68.24%-
XYZ21.7433.3321.21-
YUV139.95113.3587.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.37%
GREEN value IS 174 (68.36% from 255) = 46.90%
BLUE value IS 114 (44.92% from 255) = 30.73%
R=22.37%
G=46.90%
B=30.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal831741140.5200.340.32140.4435.9750.39
Hex53AE7234022208c2432
Octal12325616264042402144462
Binary1010011101011101110010110100010001010000010001100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,174,114); }

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

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

 a { background-color: rgb(83,174,114); }

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

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

 span { border-color: rgb(83,174,114); }

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