Html Css Color HEX #53DBAB Medium Aquamarine

📋 copy color: '#53DBAB'

red 83 ◦ green 219 ◦ blue 171

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

Shades of Medium Aquamarine #53DBAB

Tints of Medium Aquamarine #53DBAB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.3%

 BLUE value IS 171 (67.19% from 255) = 36.15%

R = 17.55%
G = 46.3%
B = 36.15%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#53DBAB (or 0x53DBAB) is known color: Medium Aquamarine. HEX triplet: 53, DB and AB. RGB value is (83,219,171). Sum of RGB (Red+Green+Blue) = 83+219+171=473 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.55% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 219 - color contains mainly: green. Hex color #53DBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53DBAB is #AC2454. Grayscale: #ACACAC. Windows color (decimal): -11281493 or 11262803. OLE color: 11262803.

HSL color Cylindrical-coordinate representation of color #53DBAB: hue angle of 158.82º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53DBAB is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 219 171 -
CMYK 0.62 0 0.22 0.14
HSL 158.82º 0.65% 0.59% -
HSV(B) 158.82º 0.62% 0.86% -
XYZ 36.25 55.44 47.32 -
YUV 172.86 126.94 63.9 -
System Red Green Blue C M Y K H S L
Decimal 83 219 171 0.62 0 0.22 0.14 158.82 0.65 0.59
Hex 53 DB AB 3E 0 16 E 9F 41 3B
Octal 123 333 253 76 0 26 16 237 101 73
Binary 1010011 11011011 10101011 111110 0 10110 1110 10011111 1000001 111011

Color Harmonies of #53DBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DBAB

Black with #53DBAB

Text Example


Text Example

White with #53DBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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