#75C6A1

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

Shades of Medium Aquamarine #75C6A1

Tints of Medium Aquamarine #75C6A1

Color information

#75C6A1 (or 0x75C6A1) is unknown color: approx Medium Aquamarine. HEX triplet: 75, C6 and A1. RGB value is (117,198,161). Sum of RGB (Red+Green+Blue) = 117+198+161=476 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.58% from 476); Green value is 198 (77.73% from 255 or 41.60% from 476); Blue value is 161 (63.28% from 255 or 33.82% from 476); Max value from RGB is 198 - color contains mainly: green. Hex color #75C6A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C6A1 is #8A395E. Grayscale: #A9A9A9. Windows color (decimal): -9058655 or 10602101. OLE color: 10602101.

HSL color Cylindrical-coordinate representation of color #75C6A1: hue angle of 152.59º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75C6A1 is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB117198161-
CMYK0.4100.190.22
HSL152.59º41.54%61.76%-
HSV(B)152.59º40.91%77.65%-
XYZ33.9646.7440.95-
YUV169.56123.1690.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.58%
GREEN value IS 198 (77.73% from 255) = 41.60%
BLUE value IS 161 (63.28% from 255) = 33.82%
R=24.58%
G=41.60%
B=33.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1171981610.4100.190.22152.5941.5461.76
Hex75C6A12901316992a3e
Octal16530624151023262315276
Binary111010111000110101000011010010100111011010011001101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C6A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,198,161); }

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

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

 a { background-color: rgb(117,198,161); }

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

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

 span { border-color: rgb(117,198,161); }

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