Html Css Color HEX #53F299 Medium Aquamarine

📋 copy color: '#53F299'

red 83 ◦ green 242 ◦ blue 153

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

Shades of Medium Aquamarine #53F299

Tints of Medium Aquamarine #53F299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 32.01%

R = 17.36%
G = 50.63%
B = 32.01%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#53F299 (or 0x53F299) is known color: Medium Aquamarine. HEX triplet: 53, F2 and 99. RGB value is (83,242,153). Sum of RGB (Red+Green+Blue) = 83+242+153=478 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.36% from 478); Green value is 242 (94.92% from 255 or 50.63% from 478); Blue value is 153 (60.16% from 255 or 32.01% from 478); Max value from RGB is 242 - color contains mainly: green. Hex color #53F299 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53F299 is #AC0D66. Grayscale: #B8B8B8. Windows color (decimal): -11275623 or 10089043. OLE color: 10089043.

HSL color Cylindrical-coordinate representation of color #53F299: hue angle of 146.42º 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 #53F299 is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 83 242 153 -
CMYK 0.66 0 0.37 0.05
HSL 146.42º 0.86% 0.64% -
HSV(B) 146.42º 0.66% 0.95% -
XYZ 41.07 67.64 41.03 -
YUV 184.31 110.32 55.74 -
System Red Green Blue C M Y K H S L
Decimal 83 242 153 0.66 0 0.37 0.05 146.42 0.86 0.64
Hex 53 F2 99 42 0 25 5 92 56 40
Octal 123 362 231 102 0 45 5 222 126 100
Binary 1010011 11110010 10011001 1000010 0 100101 101 10010010 1010110 1000000

Color Harmonies of #53F299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F299

Black with #53F299

Text Example


Text Example

White with #53F299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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