Html Css Color HEX #53CEAD Medium Aquamarine

📋 copy color: '#53CEAD'

red 83 ◦ green 206 ◦ blue 173

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

Shades of Medium Aquamarine #53CEAD

Tints of Medium Aquamarine #53CEAD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.59%

 BLUE value IS 173 (67.97% from 255) = 37.45%

R = 17.97%
G = 44.59%
B = 37.45%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#53CEAD (or 0x53CEAD) is known color: Medium Aquamarine. HEX triplet: 53, CE and AD. RGB value is (83,206,173). Sum of RGB (Red+Green+Blue) = 83+206+173=462 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.97% from 462); Green value is 206 (80.86% from 255 or 44.59% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 206 - color contains mainly: green. Hex color #53CEAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CEAD is #AC3152. Grayscale: #A5A5A5. Windows color (decimal): -11284819 or 11390547. OLE color: 11390547.

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

Color convert

RGB 83 206 173 -
CMYK 0.60 0 0.16 0.19
HSL 163.9º 0.56% 0.57% -
HSV(B) 163.9º 0.6% 0.81% -
XYZ 33.18 49 47.24 -
YUV 165.46 132.25 69.18 -
System Red Green Blue C M Y K H S L
Decimal 83 206 173 0.60 0 0.16 0.19 163.9 0.56 0.57
Hex 53 CE AD 3C 0 10 13 A4 38 39
Octal 123 316 255 74 0 20 23 244 70 71
Binary 1010011 11001110 10101101 111100 0 10000 10011 10100100 111000 111001

Color Harmonies of #53CEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CEAD

Black with #53CEAD

Text Example


Text Example

White with #53CEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,206,173); }

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

background-color css

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

 a { background-color: rgb(83,206,173); }

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

border-color css

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

 span { border-color: rgb(83,206,173); }

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