#75CDAA

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

Shades of Medium Aquamarine #75CDAA

Tints of Medium Aquamarine #75CDAA

Color information

#75CDAA (or 0x75CDAA) is unknown color: approx Medium Aquamarine. HEX triplet: 75, CD and AA. RGB value is (117,205,170). Sum of RGB (Red+Green+Blue) = 117+205+170=492 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.78% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 205 - color contains mainly: green. Hex color #75CDAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CDAA is #8A3255. Grayscale: #AEAEAE. Windows color (decimal): -9056854 or 11193717. OLE color: 11193717.

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

Color convert

RGB117205170-
CMYK0.4300.170.20
HSL156.14º46.81%63.14%-
HSV(B)156.14º42.93%80.39%-
XYZ36.4250.3545.83-
YUV174.7125.3586.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.78%
GREEN value IS 205 (80.47% from 255) = 41.67%
BLUE value IS 170 (66.80% from 255) = 34.55%
R=23.78%
G=41.67%
B=34.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1172051700.4300.170.20156.1446.8163.14
Hex75CDAA2B011149c2f3f
Octal16531525253021242345777
Binary111010111001101101010101010110100011010010011100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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