#53CFA0

Color #53CFA0 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #53CFA0

Tints of Medium Aquamarine #53CFA0

Color information

#53CFA0 (or 0x53CFA0) is unknown color: approx Medium Aquamarine. HEX triplet: 53, CF and A0. RGB value is (83,207,160). Sum of RGB (Red+Green+Blue) = 83+207+160=450 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.44% from 450); Green value is 207 (81.25% from 255 or 46% from 450); Blue value is 160 (62.89% from 255 or 35.56% from 450); Max value from RGB is 207 - color contains mainly: green. Hex color #53CFA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CFA0 is #AC305F. Grayscale: #A4A4A4. Windows color (decimal): -11284576 or 10538835. OLE color: 10538835.

HSL color Cylindrical-coordinate representation of color #53CFA0: hue angle of 157.26º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53CFA0 is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB83207160-
CMYK0.6000.230.19
HSL157.26º56.36%56.86%-
HSV(B)157.26º59.9%81.18%-
XYZ32.234941.02-
YUV164.57125.4269.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.44%
GREEN value IS 207 (81.25% from 255) = 46%
BLUE value IS 160 (62.89% from 255) = 35.56%
R=18.44%
G=46%
B=35.56%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal832071600.6000.230.19157.2656.3656.86
Hex53CFA03C017139d3839
Octal12331724074027232357071
Binary101001111001111101000001111000101111001110011101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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