#53DD95

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

Shades of Medium Aquamarine #53DD95

Tints of Medium Aquamarine #53DD95

Color information

#53DD95 (or 0x53DD95) is unknown color: approx Medium Aquamarine. HEX triplet: 53, DD and 95. RGB value is (83,221,149). Sum of RGB (Red+Green+Blue) = 83+221+149=453 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.32% from 453); Green value is 221 (86.72% from 255 or 48.79% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 221 - color contains mainly: green. Hex color #53DD95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53DD95 is #AC226A. Grayscale: #ABABAB. Windows color (decimal): -11281003 or 9821523. OLE color: 9821523.

HSL color Cylindrical-coordinate representation of color #53DD95: hue angle of 148.7º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53DD95 is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB83221149-
CMYK0.6200.330.13
HSL148.7º66.99%59.61%-
HSV(B)148.7º62.44%86.67%-
XYZ34.8555.7237.35-
YUV171.53115.2864.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.32%
GREEN value IS 221 (86.72% from 255) = 48.79%
BLUE value IS 149 (58.59% from 255) = 32.89%
R=18.32%
G=48.79%
B=32.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal832211490.6200.330.13148.766.9959.61
Hex53DD953E021D95433c
Octal123335225760411522510374
Binary1010011110111011001010111111001000011101100101011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53DD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,221,149); }

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

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

 a { background-color: rgb(83,221,149); }

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

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

 span { border-color: rgb(83,221,149); }

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