Html Css Color HEX #53F29F Medium Aquamarine

📋 copy color: '#53F29F'

red 83 ◦ green 242 ◦ blue 159

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

Shades of Medium Aquamarine #53F29F

Tints of Medium Aquamarine #53F29F

RGB

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

 GREEN value IS 242 (94.92% from 255) = 50%

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

R = 17.15%
G = 50%
B = 32.85%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#53F29F (or 0x53F29F) is known color: Medium Aquamarine. HEX triplet: 53, F2 and 9F. RGB value is (83,242,159). Sum of RGB (Red+Green+Blue) = 83+242+159=484 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.15% from 484); Green value is 242 (94.92% from 255 or 50% from 484); Blue value is 159 (62.5% from 255 or 32.85% from 484); Max value from RGB is 242 - color contains mainly: green. Hex color #53F29F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53F29F is #AC0D60. Grayscale: #B9B9B9. Windows color (decimal): -11275617 or 10482259. OLE color: 10482259.

HSL color Cylindrical-coordinate representation of color #53F29F: hue angle of 148.68º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53F29F is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB 83 242 159 -
CMYK 0.66 0 0.34 0.05
HSL 148.68º 0.86% 0.64% -
HSV(B) 148.68º 0.66% 0.95% -
XYZ 41.58 67.85 43.71 -
YUV 185 113.32 55.25 -
System Red Green Blue C M Y K H S L
Decimal 83 242 159 0.66 0 0.34 0.05 148.68 0.86 0.64
Hex 53 F2 9F 42 0 22 5 95 56 40
Octal 123 362 237 102 0 42 5 225 126 100
Binary 1010011 11110010 10011111 1000010 0 100010 101 10010101 1010110 1000000

Color Harmonies of #53F29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F29F

Black with #53F29F

Text Example


Text Example

White with #53F29F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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