Html Css Color HEX #53F296 Medium Aquamarine

📋 copy color: '#53F296'

red 83 ◦ green 242 ◦ blue 150

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

Shades of Medium Aquamarine #53F296

Tints of Medium Aquamarine #53F296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.58%

R = 17.47%
G = 50.95%
B = 31.58%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#53F296 (or 0x53F296) is known color: Medium Aquamarine. HEX triplet: 53, F2 and 96. RGB value is (83,242,150). Sum of RGB (Red+Green+Blue) = 83+242+150=475 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.47% from 475); Green value is 242 (94.92% from 255 or 50.95% from 475); Blue value is 150 (58.98% from 255 or 31.58% from 475); Max value from RGB is 242 - color contains mainly: green. Hex color #53F296 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53F296 is #AC0D69. Grayscale: #B8B8B8. Windows color (decimal): -11275626 or 9892435. OLE color: 9892435.

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

Color convert

RGB 83 242 150 -
CMYK 0.66 0 0.38 0.05
HSL 145.28º 0.86% 0.64% -
HSV(B) 145.28º 0.66% 0.95% -
XYZ 40.82 67.55 39.74 -
YUV 183.97 108.82 55.98 -
System Red Green Blue C M Y K H S L
Decimal 83 242 150 0.66 0 0.38 0.05 145.28 0.86 0.64
Hex 53 F2 96 42 0 26 5 91 56 40
Octal 123 362 226 102 0 46 5 221 126 100
Binary 1010011 11110010 10010110 1000010 0 100110 101 10010001 1010110 1000000

Color Harmonies of #53F296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F296

Black with #53F296

Text Example


Text Example

White with #53F296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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