#75C6A3

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

Shades of Medium Aquamarine #75C6A3

Tints of Medium Aquamarine #75C6A3

Color information

#75C6A3 (or 0x75C6A3) is unknown color: approx Medium Aquamarine. HEX triplet: 75, C6 and A3. RGB value is (117,198,163). Sum of RGB (Red+Green+Blue) = 117+198+163=478 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.48% from 478); Green value is 198 (77.73% from 255 or 41.42% from 478); Blue value is 163 (64.06% from 255 or 34.10% from 478); Max value from RGB is 198 - color contains mainly: green. Hex color #75C6A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C6A3 is #8A395C. Grayscale: #A9A9A9. Windows color (decimal): -9058653 or 10733173. OLE color: 10733173.

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

Color convert

RGB117198163-
CMYK0.4100.180.22
HSL154.07º41.54%61.76%-
HSV(B)154.07º40.91%77.65%-
XYZ34.1446.8141.89-
YUV169.79124.1690.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.48%
GREEN value IS 198 (77.73% from 255) = 41.42%
BLUE value IS 163 (64.06% from 255) = 34.10%
R=24.48%
G=41.42%
B=34.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1171981630.4100.180.22154.0741.5461.76
Hex75C6A329012169a2a3e
Octal16530624351022262325276
Binary111010111000110101000111010010100101011010011010101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C6A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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