#75CDA3

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

Shades of Medium Aquamarine #75CDA3

Tints of Medium Aquamarine #75CDA3

Color information

#75CDA3 (or 0x75CDA3) is unknown color: approx Medium Aquamarine. HEX triplet: 75, CD and A3. RGB value is (117,205,163). Sum of RGB (Red+Green+Blue) = 117+205+163=485 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.12% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 163 (64.06% from 255 or 33.61% from 485); Max value from RGB is 205 - color contains mainly: green. Hex color #75CDA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CDA3 is #8A325C. Grayscale: #ADADAD. Windows color (decimal): -9056861 or 10734965. OLE color: 10734965.

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

Color convert

RGB117205163-
CMYK0.4300.200.20
HSL151.36º46.81%63.14%-
HSV(B)151.36º42.93%80.39%-
XYZ35.7850.0942.43-
YUV173.9121.8587.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.12%
GREEN value IS 205 (80.47% from 255) = 42.27%
BLUE value IS 163 (64.06% from 255) = 33.61%
R=24.12%
G=42.27%
B=33.61%

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
Decimal1172051630.4300.200.20151.3646.8163.14
Hex75CDA32B01414972f3f
Octal16531524353024242275777
Binary111010111001101101000111010110101001010010010111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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