#75CCA3

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

Shades of Medium Aquamarine #75CCA3

Tints of Medium Aquamarine #75CCA3

Color information

#75CCA3 (or 0x75CCA3) is unknown color: approx Medium Aquamarine. HEX triplet: 75, CC and A3. RGB value is (117,204,163). Sum of RGB (Red+Green+Blue) = 117+204+163=484 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.17% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 163 (64.06% from 255 or 33.68% from 484); Max value from RGB is 204 - color contains mainly: green. Hex color #75CCA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CCA3 is #8A335C. Grayscale: #ADADAD. Windows color (decimal): -9057117 or 10734709. OLE color: 10734709.

HSL color Cylindrical-coordinate representation of color #75CCA3: hue angle of 151.72º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75CCA3 is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.2.

Color convert

RGB117204163-
CMYK0.4300.200.2
HSL151.72º46.03%62.94%-
HSV(B)151.72º42.65%80%-
XYZ35.5449.6142.35-
YUV173.31122.1887.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.17%
GREEN value IS 204 (80.08% from 255) = 42.15%
BLUE value IS 163 (64.06% from 255) = 33.68%
R=24.17%
G=42.15%
B=33.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1172041630.4300.200.2151.7246.0362.94
Hex75CCA32B01414982e3f
Octal16531424353024242305677
Binary111010111001100101000111010110101001010010011000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,204,163); }

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

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

 a { background-color: rgb(117,204,163); }

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

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

 span { border-color: rgb(117,204,163); }

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