#75daac

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

Shades of Medium Aquamarine #75DAAC

Tints of Medium Aquamarine #75DAAC

Color information

#75DAAC (or 0x75DAAC) is unknown color: approx Medium Aquamarine. HEX triplet: 75, DA and AC. RGB value is (117,218,172). Sum of RGB (Red+Green+Blue) = 117+218+172=507 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.08% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 218 - color contains mainly: green. Hex color #75DAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DAAC is #8A2553. Grayscale: #B6B6B6. Windows color (decimal): -9053524 or 11328117. OLE color: 11328117.

HSL color Cylindrical-coordinate representation of color #75DAAC: hue angle of 152.67º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75DAAC is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB117218172-
CMYK0.4600.210.15
HSL152.67º57.71%65.69%-
HSV(B)152.67º46.33%85.49%-
XYZ39.8556.947.91-
YUV182.56122.0481.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.08%
GREEN value IS 218 (85.55% from 255) = 43.00%
BLUE value IS 172 (67.58% from 255) = 33.93%
R=23.08%
G=43.00%
B=33.93%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1172181720.4600.210.15152.6757.7165.69
Hex75DAAC2E015F993a42
Octal165332254560251723172102
Binary111010111011010101011001011100101011111100110011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75daac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,218,172); }

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

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

 a { background-color: rgb(117,218,172); }

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

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

 span { border-color: rgb(117,218,172); }

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