#75CCA9

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

Shades of Medium Aquamarine #75CCA9

Tints of Medium Aquamarine #75CCA9

Color information

#75CCA9 (or 0x75CCA9) is unknown color: approx Medium Aquamarine. HEX triplet: 75, CC and A9. RGB value is (117,204,169). Sum of RGB (Red+Green+Blue) = 117+204+169=490 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.88% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 169 (66.41% from 255 or 34.49% from 490); Max value from RGB is 204 - color contains mainly: green. Hex color #75CCA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CCA9 is #8A3356. Grayscale: #AEAEAE. Windows color (decimal): -9057111 or 11127925. OLE color: 11127925.

HSL color Cylindrical-coordinate representation of color #75CCA9: hue angle of 155.86º 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 #75CCA9 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB117204169-
CMYK0.4300.170.2
HSL155.86º46.03%62.94%-
HSV(B)155.86º42.65%80%-
XYZ36.0949.8345.25-
YUV174125.1887.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.88%
GREEN value IS 204 (80.08% from 255) = 41.63%
BLUE value IS 169 (66.41% from 255) = 34.49%
R=23.88%
G=41.63%
B=34.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1172041690.4300.170.2155.8646.0362.94
Hex75CCA92B011149c2e3f
Octal16531425153021242345677
Binary111010111001100101010011010110100011010010011100101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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