#75EAA0

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

Shades of Medium Aquamarine #75EAA0

Tints of Medium Aquamarine #75EAA0

Color information

#75EAA0 (or 0x75EAA0) is unknown color: approx Medium Aquamarine. HEX triplet: 75, EA and A0. RGB value is (117,234,160). Sum of RGB (Red+Green+Blue) = 117+234+160=511 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.90% from 511); Green value is 234 (91.80% from 255 or 45.79% from 511); Blue value is 160 (62.89% from 255 or 31.31% from 511); Max value from RGB is 234 - color contains mainly: green. Hex color #75EAA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75EAA0 is #8A155F. Grayscale: #BEBEBE. Windows color (decimal): -9049440 or 10545781. OLE color: 10545781.

HSL color Cylindrical-coordinate representation of color #75EAA0: hue angle of 142.05º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75EAA0 is Cyan = 0.5, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB117234160-
CMYK0.500.320.08
HSL142.05º73.58%68.82%-
HSV(B)142.05º50%91.76%-
XYZ43.165.1743.56-
YUV190.58110.7475.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.90%
GREEN value IS 234 (91.80% from 255) = 45.79%
BLUE value IS 160 (62.89% from 255) = 31.31%
R=22.90%
G=45.79%
B=31.31%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1172341600.500.320.08142.0573.5868.82
Hex75EAA03202088e4a45
Octal1653522406204010216112105
Binary11101011110101010100000110010010000010001000111010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75EAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,234,160); }

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

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

 a { background-color: rgb(117,234,160); }

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

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

 span { border-color: rgb(117,234,160); }

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