Html Css Color HEX #53CDAB Medium Aquamarine

📋 copy color: '#53CDAB'

red 83 ◦ green 205 ◦ blue 171

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

Shades of Medium Aquamarine #53CDAB

Tints of Medium Aquamarine #53CDAB

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 value IS 0.60

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#53CDAB (or 0x53CDAB) is known color: 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

RGB 83 205 171 -
CMYK 0.60 0 0.17 0.20
HSL 163.28º 0.55% 0.56% -
HSV(B) 163.28º 0.6% 0.8% -
XYZ 32.75 48.44 46.15 -
YUV 164.65 131.58 69.76 -
System Red Green Blue C M Y K H S L
Decimal 83 205 171 0.60 0 0.17 0.20 163.28 0.55 0.56
Hex 53 CD AB 3C 0 11 14 A3 37 38
Octal 123 315 253 74 0 21 24 243 67 70
Binary 1010011 11001101 10101011 111100 0 10001 10100 10100011 110111 111000

Color Harmonies of #53CDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CDAB

Black with #53CDAB

Text Example


Text Example

White with #53CDAB

Text Example


Text Example

HTML Codes & Css Web 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>