#75EEAC

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

Shades of Medium Aquamarine #75EEAC

Tints of Medium Aquamarine #75EEAC

Color information

#75EEAC (or 0x75EEAC) is unknown color: approx Medium Aquamarine. HEX triplet: 75, EE and AC. RGB value is (117,238,172). Sum of RGB (Red+Green+Blue) = 117+238+172=527 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.20% from 527); Green value is 238 (93.36% from 255 or 45.16% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 238 - color contains mainly: green. Hex color #75EEAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75EEAC is #8A1153. Grayscale: #C2C2C2. Windows color (decimal): -9048404 or 11333237. OLE color: 11333237.

HSL color Cylindrical-coordinate representation of color #75EEAC: hue angle of 147.27º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75EEAC is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB117238172-
CMYK0.5100.280.07
HSL147.27º78.06%69.61%-
HSV(B)147.27º50.84%93.33%-
XYZ45.3667.9149.75-
YUV194.3115.4172.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.20%
GREEN value IS 238 (93.36% from 255) = 45.16%
BLUE value IS 172 (67.58% from 255) = 32.64%
R=22.20%
G=45.16%
B=32.64%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1172381720.5100.280.07147.2778.0669.61
Hex75EEAC3301C7934e46
Octal165356254630347223116106
Binary111010111101110101011001100110111001111001001110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75EEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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