#75D4A7

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

Shades of Medium Aquamarine #75D4A7

Tints of Medium Aquamarine #75D4A7

Color information

#75D4A7 (or 0x75D4A7) is unknown color: approx Medium Aquamarine. HEX triplet: 75, D4 and A7. RGB value is (117,212,167). Sum of RGB (Red+Green+Blue) = 117+212+167=496 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.59% from 496); Green value is 212 (83.20% from 255 or 42.74% from 496); Blue value is 167 (65.62% from 255 or 33.67% from 496); Max value from RGB is 212 - color contains mainly: green. Hex color #75D4A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D4A7 is #8A2B58. Grayscale: #B2B2B2. Windows color (decimal): -9055065 or 10998901. OLE color: 10998901.

HSL color Cylindrical-coordinate representation of color #75D4A7: hue angle of 151.58º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75D4A7 is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.17.

Color convert

RGB117212167-
CMYK0.4500.210.17
HSL151.58º52.49%64.51%-
HSV(B)151.58º44.81%83.14%-
XYZ37.8553.6644.92-
YUV178.46121.5384.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.59%
GREEN value IS 212 (83.20% from 255) = 42.74%
BLUE value IS 167 (65.62% from 255) = 33.67%
R=23.59%
G=42.74%
B=33.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1172121670.4500.210.17151.5852.4964.51
Hex75D4A72D01511983441
Octal165324247550252123064101
Binary1110101110101001010011110110101010110001100110001101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D4A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,212,167); }

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

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

 a { background-color: rgb(117,212,167); }

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

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

 span { border-color: rgb(117,212,167); }

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