Html Css Color HEX #53CDA1 Medium Aquamarine

📋 copy color: '#53CDA1'

red 83 ◦ green 205 ◦ blue 161

#53CDA1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Aquamarine #53CDA1

Tints of Medium Aquamarine #53CDA1

RGB

 RED value IS 83 (32.81% from 255) = 18.49%

 GREEN value IS 205 (80.47% from 255) = 45.66%

 BLUE value IS 161 (63.28% from 255) = 35.86%

R = 18.49%
G = 45.66%
B = 35.86%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#53CDA1 (or 0x53CDA1) is known color: Medium Aquamarine. HEX triplet: 53, CD and A1. RGB value is (83,205,161). Sum of RGB (Red+Green+Blue) = 83+205+161=449 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.49% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 161 (63.28% from 255 or 35.86% from 449); Max value from RGB is 205 - color contains mainly: green. Hex color #53CDA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CDA1 is #AC325E. Grayscale: #A3A3A3. Windows color (decimal): -11285087 or 10603859. OLE color: 10603859.

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

Color convert

RGB 83 205 161 -
CMYK 0.60 0 0.21 0.20
HSL 158.36º 0.55% 0.56% -
HSV(B) 158.36º 0.6% 0.8% -
XYZ 31.83 48.07 41.32 -
YUV 163.51 126.58 70.58 -
System Red Green Blue C M Y K H S L
Decimal 83 205 161 0.60 0 0.21 0.20 158.36 0.55 0.56
Hex 53 CD A1 3C 0 15 14 9E 37 38
Octal 123 315 241 74 0 25 24 236 67 70
Binary 1010011 11001101 10100001 111100 0 10101 10100 10011110 110111 111000

Color Harmonies of #53CDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CDA1

Black with #53CDA1

Text Example


Text Example

White with #53CDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53CDA1;
 }
 .AnyTagClassName
 {
   color: #53CDA1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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