#53E6B6

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

Shades of Medium Aquamarine #53E6B6

Tints of Medium Aquamarine #53E6B6

Color information

#53E6B6 (or 0x53E6B6) is unknown color: approx Medium Aquamarine. HEX triplet: 53, E6 and B6. RGB value is (83,230,182). Sum of RGB (Red+Green+Blue) = 83+230+182=495 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.77% from 495); Green value is 230 (90.23% from 255 or 46.46% from 495); Blue value is 182 (71.48% from 255 or 36.77% from 495); Max value from RGB is 230 - color contains mainly: green. Hex color #53E6B6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53E6B6 is #AC1949. Grayscale: #B4B4B4. Windows color (decimal): -11278666 or 11986515. OLE color: 11986515.

HSL color Cylindrical-coordinate representation of color #53E6B6: hue angle of 160.41º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53E6B6 is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.

Color convert

RGB83230182-
CMYK0.6400.210.10
HSL160.41º74.62%61.37%-
HSV(B)160.41º63.91%90.2%-
XYZ40.3161.8154.06-
YUV180.58128.858.4-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.77%
GREEN value IS 230 (90.23% from 255) = 46.46%
BLUE value IS 182 (71.48% from 255) = 36.77%
R=16.77%
G=46.46%
B=36.77%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal832301820.6400.210.10160.4174.6261.37
Hex53E6B640015Aa04b3d
Octal1233462661000251224011375
Binary1010011111001101011011010000000101011010101000001001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53E6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,230,182); }

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

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

 a { background-color: rgb(83,230,182); }

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

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

 span { border-color: rgb(83,230,182); }

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