#75CAA2

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

Shades of Medium Aquamarine #75CAA2

Tints of Medium Aquamarine #75CAA2

Color information

#75CAA2 (or 0x75CAA2) is unknown color: approx Medium Aquamarine. HEX triplet: 75, CA and A2. RGB value is (117,202,162). Sum of RGB (Red+Green+Blue) = 117+202+162=481 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.32% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 162 (63.67% from 255 or 33.68% from 481); Max value from RGB is 202 - color contains mainly: green. Hex color #75CAA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CAA2 is #8A355D. Grayscale: #ACACAC. Windows color (decimal): -9057630 or 10668661. OLE color: 10668661.

HSL color Cylindrical-coordinate representation of color #75CAA2: hue angle of 151.76º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75CAA2 is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB117202162-
CMYK0.4200.200.21
HSL151.76º44.5%62.55%-
HSV(B)151.76º42.08%79.22%-
XYZ34.9848.6341.73-
YUV172.02122.3488.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.32%
GREEN value IS 202 (79.30% from 255) = 42.00%
BLUE value IS 162 (63.67% from 255) = 33.68%
R=24.32%
G=42.00%
B=33.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1172021620.4200.200.21151.7644.562.55
Hex75CAA22A01415982d3f
Octal16531224252024252305577
Binary111010111001010101000101010100101001010110011000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,202,162); }

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

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

 a { background-color: rgb(117,202,162); }

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

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

 span { border-color: rgb(117,202,162); }

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