#75CDA9

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

Shades of Medium Aquamarine #75CDA9

Tints of Medium Aquamarine #75CDA9

Color information

#75CDA9 (or 0x75CDA9) is unknown color: approx Medium Aquamarine. HEX triplet: 75, CD and A9. RGB value is (117,205,169). Sum of RGB (Red+Green+Blue) = 117+205+169=491 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.83% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 169 (66.41% from 255 or 34.42% from 491); Max value from RGB is 205 - color contains mainly: green. Hex color #75CDA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CDA9 is #8A3256. Grayscale: #AEAEAE. Windows color (decimal): -9056855 or 11128181. OLE color: 11128181.

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

Color convert

RGB117205169-
CMYK0.4300.180.20
HSL155.45º46.81%63.14%-
HSV(B)155.45º42.93%80.39%-
XYZ36.3350.3145.33-
YUV174.58124.8586.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.83%
GREEN value IS 205 (80.47% from 255) = 41.75%
BLUE value IS 169 (66.41% from 255) = 34.42%
R=23.83%
G=41.75%
B=34.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1172051690.4300.180.20155.4546.8163.14
Hex75CDA92B012149b2f3f
Octal16531525153022242335777
Binary111010111001101101010011010110100101010010011011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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