Html Css Color HEX #53CEA6 Medium Aquamarine

📋 copy color: '#53CEA6'

red 83 ◦ green 206 ◦ blue 166

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

Shades of Medium Aquamarine #53CEA6

Tints of Medium Aquamarine #53CEA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 36.48%

R = 18.24%
G = 45.27%
B = 36.48%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#53CEA6 (or 0x53CEA6) is known color: Medium Aquamarine. HEX triplet: 53, CE and A6. RGB value is (83,206,166). Sum of RGB (Red+Green+Blue) = 83+206+166=455 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.24% from 455); Green value is 206 (80.86% from 255 or 45.27% from 455); Blue value is 166 (65.23% from 255 or 36.48% from 455); Max value from RGB is 206 - color contains mainly: green. Hex color #53CEA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CEA6 is #AC3159. Grayscale: #A4A4A4. Windows color (decimal): -11284826 or 10931795. OLE color: 10931795.

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

Color convert

RGB 83 206 166 -
CMYK 0.60 0 0.19 0.19
HSL 160.49º 0.56% 0.57% -
HSV(B) 160.49º 0.6% 0.81% -
XYZ 32.52 48.73 43.77 -
YUV 164.66 128.75 69.75 -
System Red Green Blue C M Y K H S L
Decimal 83 206 166 0.60 0 0.19 0.19 160.49 0.56 0.57
Hex 53 CE A6 3C 0 13 13 A0 38 39
Octal 123 316 246 74 0 23 23 240 70 71
Binary 1010011 11001110 10100110 111100 0 10011 10011 10100000 111000 111001

Color Harmonies of #53CEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CEA6

Black with #53CEA6

Text Example


Text Example

White with #53CEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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