#53CDAB

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

Shades of Medium Aquamarine #53CDAB

Tints of Medium Aquamarine #53CDAB

Color information

#53CDAB (or 0x53CDAB) is unknown color: approx Medium Aquamarine. HEX triplet: 53, CD and AB. RGB value is (83,205,171). Sum of RGB (Red+Green+Blue) = 83+205+171=459 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.08% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 205 - color contains mainly: green. Hex color #53CDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CDAB is #AC3254. Grayscale: #A4A4A4. Windows color (decimal): -11285077 or 11259219. OLE color: 11259219.

HSL color Cylindrical-coordinate representation of color #53CDAB: hue angle of 163.28º 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 #53CDAB is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB83205171-
CMYK0.6000.170.20
HSL163.28º54.95%56.47%-
HSV(B)163.28º59.51%80.39%-
XYZ32.7548.4446.15-
YUV164.65131.5869.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.08%
GREEN value IS 205 (80.47% from 255) = 44.66%
BLUE value IS 171 (67.19% from 255) = 37.25%
R=18.08%
G=44.66%
B=37.25%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal832051710.6000.170.20163.2854.9556.47
Hex53CDAB3C01114a33738
Octal12331525374021242436770
Binary101001111001101101010111111000100011010010100011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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