#75C2A4

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

Shades of Medium Aquamarine #75C2A4

Tints of Medium Aquamarine #75C2A4

Color information

#75C2A4 (or 0x75C2A4) is unknown color: approx Medium Aquamarine. HEX triplet: 75, C2 and A4. RGB value is (117,194,164). Sum of RGB (Red+Green+Blue) = 117+194+164=475 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.63% from 475); Green value is 194 (76.17% from 255 or 40.84% from 475); Blue value is 164 (64.45% from 255 or 34.53% from 475); Max value from RGB is 194 - color contains mainly: green. Hex color #75C2A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C2A4 is #8A3D5B. Grayscale: #A7A7A7. Windows color (decimal): -9059676 or 10797685. OLE color: 10797685.

HSL color Cylindrical-coordinate representation of color #75C2A4: hue angle of 156.62º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75C2A4 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB117194164-
CMYK0.4000.150.24
HSL156.62º38.69%60.98%-
HSV(B)156.62º39.69%76.08%-
XYZ33.3345.0542.06-
YUV167.56125.9991.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.63%
GREEN value IS 194 (76.17% from 255) = 40.84%
BLUE value IS 164 (64.45% from 255) = 34.53%
R=24.63%
G=40.84%
B=34.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1171941640.4000.150.24156.6238.6960.98
Hex75C2A4280F189d273d
Octal16530224450017302354775
Binary11101011100001010100100101000011111100010011101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C2A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,194,164); }

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

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

 a { background-color: rgb(117,194,164); }

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

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

 span { border-color: rgb(117,194,164); }

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