Html Css Color HEX #53E095 Medium Aquamarine

📋 copy color: '#53E095'

red 83 ◦ green 224 ◦ blue 149

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

Shades of Medium Aquamarine #53E095

Tints of Medium Aquamarine #53E095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 32.68%

R = 18.2%
G = 49.12%
B = 32.68%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#53E095 (or 0x53E095) is known color: Medium Aquamarine. HEX triplet: 53, E0 and 95. RGB value is (83,224,149). Sum of RGB (Red+Green+Blue) = 83+224+149=456 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.20% from 456); Green value is 224 (87.89% from 255 or 49.12% from 456); Blue value is 149 (58.59% from 255 or 32.68% from 456); Max value from RGB is 224 - color contains mainly: green. Hex color #53E095 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53E095 is #AC1F6A. Grayscale: #ADADAD. Windows color (decimal): -11280235 or 9822291. OLE color: 9822291.

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

Color convert

RGB 83 224 149 -
CMYK 0.63 0 0.33 0.12
HSL 148.09º 0.69% 0.6% -
HSV(B) 148.09º 0.63% 0.88% -
XYZ 35.65 57.32 37.62 -
YUV 173.29 114.29 63.6 -
System Red Green Blue C M Y K H S L
Decimal 83 224 149 0.63 0 0.33 0.12 148.09 0.69 0.6
Hex 53 E0 95 3F 0 21 C 94 45 3C
Octal 123 340 225 77 0 41 14 224 105 74
Binary 1010011 11100000 10010101 111111 0 100001 1100 10010100 1000101 111100

Color Harmonies of #53E095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53E095

Black with #53E095

Text Example


Text Example

White with #53E095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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