#75C7A3

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

Shades of Medium Aquamarine #75C7A3

Tints of Medium Aquamarine #75C7A3

Color information

#75C7A3 (or 0x75C7A3) is unknown color: approx Medium Aquamarine. HEX triplet: 75, C7 and A3. RGB value is (117,199,163). Sum of RGB (Red+Green+Blue) = 117+199+163=479 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.43% from 479); Green value is 199 (78.12% from 255 or 41.54% from 479); Blue value is 163 (64.06% from 255 or 34.03% from 479); Max value from RGB is 199 - color contains mainly: green. Hex color #75C7A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C7A3 is #8A385C. Grayscale: #AAAAAA. Windows color (decimal): -9058397 or 10733429. OLE color: 10733429.

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

Color convert

RGB117199163-
CMYK0.4100.180.22
HSL153.66º42.27%61.96%-
HSV(B)153.66º41.21%78.04%-
XYZ34.3747.2741.96-
YUV170.38123.8389.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.43%
GREEN value IS 199 (78.12% from 255) = 41.54%
BLUE value IS 163 (64.06% from 255) = 34.03%
R=24.43%
G=41.54%
B=34.03%

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
Decimal1171991630.4100.180.22153.6642.2761.96
Hex75C7A329012169a2a3e
Octal16530724351022262325276
Binary111010111000111101000111010010100101011010011010101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C7A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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