Html Css Color HEX #53CEAC Medium Aquamarine

📋 copy color: '#53CEAC'

red 83 ◦ green 206 ◦ blue 172

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

Shades of Medium Aquamarine #53CEAC

Tints of Medium Aquamarine #53CEAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.31%

R = 18%
G = 44.69%
B = 37.31%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#53CEAC (or 0x53CEAC) is known color: Medium Aquamarine. HEX triplet: 53, CE and AC. RGB value is (83,206,172). Sum of RGB (Red+Green+Blue) = 83+206+172=461 (61% of max value = 765). Red value is 83 (32.81% from 255 or 18.00% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 206 - color contains mainly: green. Hex color #53CEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CEAC is #AC3153. Grayscale: #A5A5A5. Windows color (decimal): -11284820 or 11325011. OLE color: 11325011.

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

Color convert

RGB 83 206 172 -
CMYK 0.60 0 0.17 0.19
HSL 163.41º 0.56% 0.57% -
HSV(B) 163.41º 0.6% 0.81% -
XYZ 33.08 48.96 46.74 -
YUV 165.35 131.75 69.26 -
System Red Green Blue C M Y K H S L
Decimal 83 206 172 0.60 0 0.17 0.19 163.41 0.56 0.57
Hex 53 CE AC 3C 0 11 13 A3 38 39
Octal 123 316 254 74 0 21 23 243 70 71
Binary 1010011 11001110 10101100 111100 0 10001 10011 10100011 111000 111001

Color Harmonies of #53CEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CEAC

Black with #53CEAC

Text Example


Text Example

White with #53CEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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