Html Css Color HEX #53EDB2 Medium Aquamarine

📋 copy color: '#53EDB2'

red 83 ◦ green 237 ◦ blue 178

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

Shades of Medium Aquamarine #53EDB2

Tints of Medium Aquamarine #53EDB2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.59%

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

R = 16.67%
G = 47.59%
B = 35.74%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#53EDB2 (or 0x53EDB2) is known color: Medium Aquamarine. HEX triplet: 53, ED and B2. RGB value is (83,237,178). Sum of RGB (Red+Green+Blue) = 83+237+178=498 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.67% from 498); Green value is 237 (92.97% from 255 or 47.59% from 498); Blue value is 178 (69.92% from 255 or 35.74% from 498); Max value from RGB is 237 - color contains mainly: green. Hex color #53EDB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53EDB2 is #AC124D. Grayscale: #B8B8B8. Windows color (decimal): -11276878 or 11726163. OLE color: 11726163.

HSL color Cylindrical-coordinate representation of color #53EDB2: hue angle of 157.01º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53EDB2 is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 237 178 -
CMYK 0.65 0 0.25 0.07
HSL 157.01º 0.81% 0.63% -
HSV(B) 157.01º 0.65% 0.93% -
XYZ 41.89 65.62 52.58 -
YUV 184.23 124.48 55.8 -
System Red Green Blue C M Y K H S L
Decimal 83 237 178 0.65 0 0.25 0.07 157.01 0.81 0.63
Hex 53 ED B2 41 0 19 7 9D 51 3F
Octal 123 355 262 101 0 31 7 235 121 77
Binary 1010011 11101101 10110010 1000001 0 11001 111 10011101 1010001 111111

Color Harmonies of #53EDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53EDB2

Black with #53EDB2

Text Example


Text Example

White with #53EDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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