#53F99C

Color #53F99C Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #53F99C

Tints of Medium Aquamarine #53F99C

Color information

#53F99C (or 0x53F99C) is unknown color: approx Medium Aquamarine. HEX triplet: 53, F9 and 9C. RGB value is (83,249,156). Sum of RGB (Red+Green+Blue) = 83+249+156=488 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.01% from 488); Green value is 249 (97.66% from 255 or 51.02% from 488); Blue value is 156 (61.33% from 255 or 31.97% from 488); Max value from RGB is 249 - color contains mainly: green. Hex color #53F99C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53F99C is #AC0663. Grayscale: #BCBCBC. Windows color (decimal): -11273828 or 10287443. OLE color: 10287443.

HSL color Cylindrical-coordinate representation of color #53F99C: hue angle of 146.39º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53F99C is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB83249156-
CMYK0.6700.370.02
HSL146.39º93.26%65.1%-
HSV(B)146.39º66.67%97.65%-
XYZ43.4471.9943.06-
YUV188.76109.552.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.01%
GREEN value IS 249 (97.66% from 255) = 51.02%
BLUE value IS 156 (61.33% from 255) = 31.97%
R=17.01%
G=51.02%
B=31.97%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal832491560.6700.370.02146.3993.2665.1
Hex53F99C430252925d41
Octal1233712341030452222135101
Binary1010011111110011001110010000110100101101001001010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53F99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,249,156); }

 H1.HeaderClassName
 {
   color: #53F99C;
 }
 .AnyTagClassName
 {
   color: #53F99C;
 }
</style>
background-color css

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

 a { background-color: rgb(83,249,156); }

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

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

 span { border-color: rgb(83,249,156); }

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