Html Css Color HEX #53EF9F Medium Aquamarine

📋 copy color: '#53EF9F'

red 83 ◦ green 239 ◦ blue 159

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

Shades of Medium Aquamarine #53EF9F

Tints of Medium Aquamarine #53EF9F

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.69%

 BLUE value IS 159 (62.5% from 255) = 33.06%

R = 17.26%
G = 49.69%
B = 33.06%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#53EF9F (or 0x53EF9F) is known color: Medium Aquamarine. HEX triplet: 53, EF and 9F. RGB value is (83,239,159). Sum of RGB (Red+Green+Blue) = 83+239+159=481 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.26% from 481); Green value is 239 (93.75% from 255 or 49.69% from 481); Blue value is 159 (62.5% from 255 or 33.06% from 481); Max value from RGB is 239 - color contains mainly: green. Hex color #53EF9F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53EF9F is #AC1060. Grayscale: #B7B7B7. Windows color (decimal): -11276385 or 10481491. OLE color: 10481491.

HSL color Cylindrical-coordinate representation of color #53EF9F: hue angle of 149.23º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53EF9F is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 83 239 159 -
CMYK 0.65 0 0.33 0.06
HSL 149.23º 0.83% 0.63% -
HSV(B) 149.23º 0.65% 0.94% -
XYZ 40.69 66.08 43.41 -
YUV 183.24 114.32 56.5 -
System Red Green Blue C M Y K H S L
Decimal 83 239 159 0.65 0 0.33 0.06 149.23 0.83 0.63
Hex 53 EF 9F 41 0 21 6 95 53 3F
Octal 123 357 237 101 0 41 6 225 123 77
Binary 1010011 11101111 10011111 1000001 0 100001 110 10010101 1010011 111111

Color Harmonies of #53EF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53EF9F

Black with #53EF9F

Text Example


Text Example

White with #53EF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,239,159); }

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

background-color css

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

 a { background-color: rgb(83,239,159); }

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

border-color css

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

 span { border-color: rgb(83,239,159); }

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