#75ECA6

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

Shades of Medium Aquamarine #75ECA6

Tints of Medium Aquamarine #75ECA6

Color information

#75ECA6 (or 0x75ECA6) is unknown color: approx Medium Aquamarine. HEX triplet: 75, EC and A6. RGB value is (117,236,166). Sum of RGB (Red+Green+Blue) = 117+236+166=519 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.54% from 519); Green value is 236 (92.58% from 255 or 45.47% from 519); Blue value is 166 (65.23% from 255 or 31.98% from 519); Max value from RGB is 236 - color contains mainly: green. Hex color #75ECA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75ECA6 is #8A1359. Grayscale: #C0C0C0. Windows color (decimal): -9048922 or 10939509. OLE color: 10939509.

HSL color Cylindrical-coordinate representation of color #75ECA6: hue angle of 144.71º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75ECA6 is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB117236166-
CMYK0.5000.300.07
HSL144.71º75.8%69.22%-
HSV(B)144.71º50.42%92.55%-
XYZ44.2166.5346.59-
YUV192.44113.0874.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.54%
GREEN value IS 236 (92.58% from 255) = 45.47%
BLUE value IS 166 (65.23% from 255) = 31.98%
R=22.54%
G=45.47%
B=31.98%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1172361660.5000.300.07144.7175.869.22
Hex75ECA63201E7914c45
Octal165354246620367221114105
Binary111010111101100101001101100100111101111001000110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75ECA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75ECA6; }

 p { color: rgb(117,236,166); }

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

<style>
 a { background-color: #75ECA6; }

 a { background-color: rgb(117,236,166); }

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

<style>
 span { border-color: #75ECA6; }

 span { border-color: rgb(117,236,166); }

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