#75CCAD

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

Shades of Medium Aquamarine #75CCAD

Tints of Medium Aquamarine #75CCAD

Color information

#75CCAD (or 0x75CCAD) is unknown color: approx Medium Aquamarine. HEX triplet: 75, CC and AD. RGB value is (117,204,173). Sum of RGB (Red+Green+Blue) = 117+204+173=494 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.68% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 204 - color contains mainly: green. Hex color #75CCAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CCAD is #8A3352. Grayscale: #AEAEAE. Windows color (decimal): -9057107 or 11390069. OLE color: 11390069.

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

Color convert

RGB117204173-
CMYK0.4300.150.2
HSL158.62º46.03%62.94%-
HSV(B)158.62º42.65%80%-
XYZ36.4749.9847.26-
YUV174.45127.1887.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.68%
GREEN value IS 204 (80.08% from 255) = 41.30%
BLUE value IS 173 (67.97% from 255) = 35.02%
R=23.68%
G=41.30%
B=35.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1172041730.4300.150.2158.6246.0362.94
Hex75CCAD2B0F149f2e3f
Octal16531425553017242375677
Binary11101011100110010101101101011011111010010011111101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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