#75DDA3

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

Shades of Medium Aquamarine #75DDA3

Tints of Medium Aquamarine #75DDA3

Color information

#75DDA3 (or 0x75DDA3) is unknown color: approx Medium Aquamarine. HEX triplet: 75, DD and A3. RGB value is (117,221,163). Sum of RGB (Red+Green+Blue) = 117+221+163=501 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.35% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 163 (64.06% from 255 or 32.53% from 501); Max value from RGB is 221 - color contains mainly: green. Hex color #75DDA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DDA3 is #8A225C. Grayscale: #B7B7B7. Windows color (decimal): -9052765 or 10739061. OLE color: 10739061.

HSL color Cylindrical-coordinate representation of color #75DDA3: hue angle of 146.54º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75DDA3 is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB117221163-
CMYK0.4700.260.13
HSL146.54º60.47%66.27%-
HSV(B)146.54º47.06%86.67%-
XYZ39.858.1443.77-
YUV183.29116.5480.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.35%
GREEN value IS 221 (86.72% from 255) = 44.11%
BLUE value IS 163 (64.06% from 255) = 32.53%
R=23.35%
G=44.11%
B=32.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1172211630.4700.260.13146.5460.4766.27
Hex75DDA32F01AD933c42
Octal165335243570321522374102
Binary111010111011101101000111011110110101101100100111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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