#75DCA0

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

Shades of Medium Aquamarine #75DCA0

Tints of Medium Aquamarine #75DCA0

Color information

#75DCA0 (or 0x75DCA0) is unknown color: approx Medium Aquamarine. HEX triplet: 75, DC and A0. RGB value is (117,220,160). Sum of RGB (Red+Green+Blue) = 117+220+160=497 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.54% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 160 (62.89% from 255 or 32.19% from 497); Max value from RGB is 220 - color contains mainly: green. Hex color #75DCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DCA0 is #8A235F. Grayscale: #B6B6B6. Windows color (decimal): -9053024 or 10542197. OLE color: 10542197.

HSL color Cylindrical-coordinate representation of color #75DCA0: hue angle of 145.05º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75DCA0 is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB117220160-
CMYK0.4700.270.14
HSL145.05º59.54%66.08%-
HSV(B)145.05º46.82%86.27%-
XYZ39.2757.5142.29-
YUV182.36115.3881.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.54%
GREEN value IS 220 (86.33% from 255) = 44.27%
BLUE value IS 160 (62.89% from 255) = 32.19%
R=23.54%
G=44.27%
B=32.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1172201600.4700.270.14145.0559.5466.08
Hex75DCA02F01BE913c42
Octal165334240570331622174102
Binary111010111011100101000001011110110111110100100011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,220,160); }

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

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

 a { background-color: rgb(117,220,160); }

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

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

 span { border-color: rgb(117,220,160); }

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