#53CDB2

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

Shades of Medium Aquamarine #53CDB2

Tints of Medium Aquamarine #53CDB2

Color information

#53CDB2 (or 0x53CDB2) is unknown color: approx Medium Aquamarine. HEX triplet: 53, CD and B2. RGB value is (83,205,178). Sum of RGB (Red+Green+Blue) = 83+205+178=466 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.81% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 178 (69.92% from 255 or 38.20% from 466); Max value from RGB is 205 - color contains mainly: green. Hex color #53CDB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CDB2 is #AC324D. Grayscale: #A5A5A5. Windows color (decimal): -11285070 or 11717971. OLE color: 11717971.

HSL color Cylindrical-coordinate representation of color #53CDB2: hue angle of 166.72º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53CDB2 is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB83205178-
CMYK0.6000.130.20
HSL166.72º54.95%56.47%-
HSV(B)166.72º59.51%80.39%-
XYZ33.4348.7249.76-
YUV165.44135.0869.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.81%
GREEN value IS 205 (80.47% from 255) = 43.99%
BLUE value IS 178 (69.92% from 255) = 38.20%
R=17.81%
G=43.99%
B=38.20%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal832051780.6000.130.20166.7254.9556.47
Hex53CDB23C0D14a73738
Octal12331526274015242476770
Binary10100111100110110110010111100011011010010100111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,205,178); }

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

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

 a { background-color: rgb(83,205,178); }

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

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

 span { border-color: rgb(83,205,178); }

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