Html Css Color HEX #53E1B2 Medium Aquamarine

📋 copy color: '#53E1B2'

red 83 ◦ green 225 ◦ blue 178

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

Shades of Medium Aquamarine #53E1B2

Tints of Medium Aquamarine #53E1B2

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.3%

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

R = 17.08%
G = 46.3%
B = 36.63%

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

#53E1B2 (or 0x53E1B2) is known color: Medium Aquamarine. HEX triplet: 53, E1 and B2. RGB value is (83,225,178). Sum of RGB (Red+Green+Blue) = 83+225+178=486 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.08% from 486); Green value is 225 (88.28% from 255 or 46.30% from 486); Blue value is 178 (69.92% from 255 or 36.63% from 486); Max value from RGB is 225 - color contains mainly: green. Hex color #53E1B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53E1B2 is #AC1E4D. Grayscale: #B1B1B1. Windows color (decimal): -11279950 or 11723091. OLE color: 11723091.

HSL color Cylindrical-coordinate representation of color #53E1B2: hue angle of 160.14º degrees, saturation: 0.7, 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 #53E1B2 is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB 83 225 178 -
CMYK 0.63 0 0.21 0.12
HSL 160.14º 0.7% 0.6% -
HSV(B) 160.14º 0.63% 0.88% -
XYZ 38.53 58.9 51.46 -
YUV 177.18 128.46 60.82 -
System Red Green Blue C M Y K H S L
Decimal 83 225 178 0.63 0 0.21 0.12 160.14 0.7 0.6
Hex 53 E1 B2 3F 0 15 C A0 46 3C
Octal 123 341 262 77 0 25 14 240 106 74
Binary 1010011 11100001 10110010 111111 0 10101 1100 10100000 1000110 111100

Color Harmonies of #53E1B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53E1B2

Black with #53E1B2

Text Example


Text Example

White with #53E1B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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