#75EEAA

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

Shades of Medium Aquamarine #75EEAA

Tints of Medium Aquamarine #75EEAA

Color information

#75EEAA (or 0x75EEAA) is unknown color: approx Medium Aquamarine. HEX triplet: 75, EE and AA. RGB value is (117,238,170). Sum of RGB (Red+Green+Blue) = 117+238+170=525 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.29% from 525); Green value is 238 (93.36% from 255 or 45.33% from 525); Blue value is 170 (66.80% from 255 or 32.38% from 525); Max value from RGB is 238 - color contains mainly: green. Hex color #75EEAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75EEAA is #8A1155. Grayscale: #C2C2C2. Windows color (decimal): -9048406 or 11202165. OLE color: 11202165.

HSL color Cylindrical-coordinate representation of color #75EEAA: hue angle of 146.28º 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 #75EEAA is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB117238170-
CMYK0.5100.290.07
HSL146.28º78.06%69.61%-
HSV(B)146.28º50.84%93.33%-
XYZ45.1767.8348.74-
YUV194.07114.4173.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.29%
GREEN value IS 238 (93.36% from 255) = 45.33%
BLUE value IS 170 (66.80% from 255) = 32.38%
R=22.29%
G=45.33%
B=32.38%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1172381700.5100.290.07146.2878.0669.61
Hex75EEAA3301D7924e46
Octal165356252630357222116106
Binary111010111101110101010101100110111011111001001010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75EEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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