Html Css Color HEX #53DEA5 Medium Aquamarine

📋 copy color: '#53DEA5'

red 83 ◦ green 222 ◦ blue 165

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

Shades of Medium Aquamarine #53DEA5

Tints of Medium Aquamarine #53DEA5

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.23%

 BLUE value IS 165 (64.84% from 255) = 35.11%

R = 17.66%
G = 47.23%
B = 35.11%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#53DEA5 (or 0x53DEA5) is known color: Medium Aquamarine. HEX triplet: 53, DE and A5. RGB value is (83,222,165). Sum of RGB (Red+Green+Blue) = 83+222+165=470 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.66% from 470); Green value is 222 (87.11% from 255 or 47.23% from 470); Blue value is 165 (64.84% from 255 or 35.11% from 470); Max value from RGB is 222 - color contains mainly: green. Hex color #53DEA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53DEA5 is #AC215A. Grayscale: #AEAEAE. Windows color (decimal): -11280731 or 10870355. OLE color: 10870355.

HSL color Cylindrical-coordinate representation of color #53DEA5: hue angle of 155.4º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53DEA5 is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 222 165 -
CMYK 0.63 0 0.26 0.13
HSL 155.4º 0.68% 0.6% -
HSV(B) 155.4º 0.63% 0.87% -
XYZ 36.48 56.8 44.64 -
YUV 173.94 122.95 63.13 -
System Red Green Blue C M Y K H S L
Decimal 83 222 165 0.63 0 0.26 0.13 155.4 0.68 0.6
Hex 53 DE A5 3F 0 1A D 9B 44 3C
Octal 123 336 245 77 0 32 15 233 104 74
Binary 1010011 11011110 10100101 111111 0 11010 1101 10011011 1000100 111100

Color Harmonies of #53DEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DEA5

Black with #53DEA5

Text Example


Text Example

White with #53DEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,222,165); }

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

background-color css

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

 a { background-color: rgb(83,222,165); }

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

border-color css

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

 span { border-color: rgb(83,222,165); }

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