#75C6A7

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

Shades of Medium Aquamarine #75C6A7

Tints of Medium Aquamarine #75C6A7

Color information

#75C6A7 (or 0x75C6A7) is unknown color: approx Medium Aquamarine. HEX triplet: 75, C6 and A7. RGB value is (117,198,167). Sum of RGB (Red+Green+Blue) = 117+198+167=482 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.27% from 482); Green value is 198 (77.73% from 255 or 41.08% from 482); Blue value is 167 (65.62% from 255 or 34.65% from 482); Max value from RGB is 198 - color contains mainly: green. Hex color #75C6A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C6A7 is #8A3958. Grayscale: #AAAAAA. Windows color (decimal): -9058649 or 10995317. OLE color: 10995317.

HSL color Cylindrical-coordinate representation of color #75C6A7: hue angle of 157.04º 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 #75C6A7 is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB117198167-
CMYK0.4100.160.22
HSL157.04º41.54%61.76%-
HSV(B)157.04º40.91%77.65%-
XYZ34.5146.9643.8-
YUV170.25126.1690.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.27%
GREEN value IS 198 (77.73% from 255) = 41.08%
BLUE value IS 167 (65.62% from 255) = 34.65%
R=24.27%
G=41.08%
B=34.65%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1171981670.4100.160.22157.0441.5461.76
Hex75C6A729010169d2a3e
Octal16530624751020262355276
Binary111010111000110101001111010010100001011010011101101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C6A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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