#75CDA5

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

Shades of Medium Aquamarine #75CDA5

Tints of Medium Aquamarine #75CDA5

Color information

#75CDA5 (or 0x75CDA5) is unknown color: approx Medium Aquamarine. HEX triplet: 75, CD and A5. RGB value is (117,205,165). Sum of RGB (Red+Green+Blue) = 117+205+165=487 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.02% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 165 (64.84% from 255 or 33.88% from 487); Max value from RGB is 205 - color contains mainly: green. Hex color #75CDA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CDA5 is #8A325A. Grayscale: #AEAEAE. Windows color (decimal): -9056859 or 10866037. OLE color: 10866037.

HSL color Cylindrical-coordinate representation of color #75CDA5: hue angle of 152.73º degrees, saturation: 0.47, 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 #75CDA5 is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB117205165-
CMYK0.4300.200.20
HSL152.73º46.81%63.14%-
HSV(B)152.73º42.93%80.39%-
XYZ35.9650.1643.38-
YUV174.13122.8587.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.02%
GREEN value IS 205 (80.47% from 255) = 42.09%
BLUE value IS 165 (64.84% from 255) = 33.88%
R=24.02%
G=42.09%
B=33.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1172051650.4300.200.20152.7346.8163.14
Hex75CDA52B01414992f3f
Octal16531524553024242315777
Binary111010111001101101001011010110101001010010011001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,205,165); }

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

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

 a { background-color: rgb(117,205,165); }

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

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

 span { border-color: rgb(117,205,165); }

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