#53EE95

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

Shades of Medium Aquamarine #53EE95

Tints of Medium Aquamarine #53EE95

Color information

#53EE95 (or 0x53EE95) is unknown color: approx Medium Aquamarine. HEX triplet: 53, EE and 95. RGB value is (83,238,149). Sum of RGB (Red+Green+Blue) = 83+238+149=470 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.66% from 470); Green value is 238 (93.36% from 255 or 50.64% from 470); Blue value is 149 (58.59% from 255 or 31.70% from 470); Max value from RGB is 238 - color contains mainly: green. Hex color #53EE95 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53EE95 is #AC116A. Grayscale: #B5B5B5. Windows color (decimal): -11276651 or 9825875. OLE color: 9825875.

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

Color convert

RGB83238149-
CMYK0.6500.370.07
HSL145.55º82.01%62.94%-
HSV(B)145.55º65.13%93.33%-
XYZ39.5765.1638.93-
YUV181.51109.6557.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.66%
GREEN value IS 238 (93.36% from 255) = 50.64%
BLUE value IS 149 (58.59% from 255) = 31.70%
R=17.66%
G=50.64%
B=31.70%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal832381490.6500.370.07145.5582.0162.94
Hex53EE9541025792523f
Octal123356225101045722212277
Binary1010011111011101001010110000010100101111100100101010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53EE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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