Html Css Color HEX #53E0B2 Medium Aquamarine

📋 copy color: '#53E0B2'

red 83 ◦ green 224 ◦ blue 178

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

Shades of Medium Aquamarine #53E0B2

Tints of Medium Aquamarine #53E0B2

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.19%

 BLUE value IS 178 (69.92% from 255) = 36.7%

R = 17.11%
G = 46.19%
B = 36.7%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#53E0B2 (or 0x53E0B2) is known color: Medium Aquamarine. HEX triplet: 53, E0 and B2. RGB value is (83,224,178). Sum of RGB (Red+Green+Blue) = 83+224+178=485 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.11% from 485); Green value is 224 (87.89% from 255 or 46.19% from 485); Blue value is 178 (69.92% from 255 or 36.70% from 485); Max value from RGB is 224 - color contains mainly: green. Hex color #53E0B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53E0B2 is #AC1F4D. Grayscale: #B0B0B0. Windows color (decimal): -11280206 or 11722835. OLE color: 11722835.

HSL color Cylindrical-coordinate representation of color #53E0B2: hue angle of 160.43º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53E0B2 is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB 83 224 178 -
CMYK 0.63 0 0.21 0.12
HSL 160.43º 0.69% 0.6% -
HSV(B) 160.43º 0.63% 0.88% -
XYZ 38.26 58.36 51.37 -
YUV 176.6 128.79 61.24 -
System Red Green Blue C M Y K H S L
Decimal 83 224 178 0.63 0 0.21 0.12 160.43 0.69 0.6
Hex 53 E0 B2 3F 0 15 C A0 45 3C
Octal 123 340 262 77 0 25 14 240 105 74
Binary 1010011 11100000 10110010 111111 0 10101 1100 10100000 1000101 111100

Color Harmonies of #53E0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53E0B2

Black with #53E0B2

Text Example


Text Example

White with #53E0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,224,178); }

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

background-color css

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

 a { background-color: rgb(83,224,178); }

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

border-color css

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

 span { border-color: rgb(83,224,178); }

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