Html Css Color HEX #53F09F Medium Aquamarine

📋 copy color: '#53F09F'

red 83 ◦ green 240 ◦ blue 159

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

Shades of Medium Aquamarine #53F09F

Tints of Medium Aquamarine #53F09F

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.79%

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

R = 17.22%
G = 49.79%
B = 32.99%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#53F09F (or 0x53F09F) is known color: Medium Aquamarine. HEX triplet: 53, F0 and 9F. RGB value is (83,240,159). Sum of RGB (Red+Green+Blue) = 83+240+159=482 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.22% from 482); Green value is 240 (94.14% from 255 or 49.79% from 482); Blue value is 159 (62.5% from 255 or 32.99% from 482); Max value from RGB is 240 - color contains mainly: green. Hex color #53F09F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53F09F is #AC0F60. Grayscale: #B7B7B7. Windows color (decimal): -11276129 or 10481747. OLE color: 10481747.

HSL color Cylindrical-coordinate representation of color #53F09F: hue angle of 149.04º degrees, saturation: 0.84, 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 #53F09F is Cyan = 0.65, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 83 240 159 -
CMYK 0.65 0 0.34 0.06
HSL 149.04º 0.84% 0.63% -
HSV(B) 149.04º 0.65% 0.94% -
XYZ 40.99 66.66 43.51 -
YUV 183.82 113.99 56.09 -
System Red Green Blue C M Y K H S L
Decimal 83 240 159 0.65 0 0.34 0.06 149.04 0.84 0.63
Hex 53 F0 9F 41 0 22 6 95 54 3F
Octal 123 360 237 101 0 42 6 225 124 77
Binary 1010011 11110000 10011111 1000001 0 100010 110 10010101 1010100 111111

Color Harmonies of #53F09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F09F

Black with #53F09F

Text Example


Text Example

White with #53F09F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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