#75CAA4

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

Shades of Medium Aquamarine #75CAA4

Tints of Medium Aquamarine #75CAA4

Color information

#75CAA4 (or 0x75CAA4) is unknown color: approx Medium Aquamarine. HEX triplet: 75, CA and A4. RGB value is (117,202,164). Sum of RGB (Red+Green+Blue) = 117+202+164=483 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.22% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 164 (64.45% from 255 or 33.95% from 483); Max value from RGB is 202 - color contains mainly: green. Hex color #75CAA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CAA4 is #8A355B. Grayscale: #ACACAC. Windows color (decimal): -9057628 or 10799733. OLE color: 10799733.

HSL color Cylindrical-coordinate representation of color #75CAA4: hue angle of 153.18º 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 #75CAA4 is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.

Color convert

RGB117202164-
CMYK0.4200.190.21
HSL153.18º44.5%62.55%-
HSV(B)153.18º42.08%79.22%-
XYZ35.1648.742.67-
YUV172.25123.3488.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.22%
GREEN value IS 202 (79.30% from 255) = 41.82%
BLUE value IS 164 (64.45% from 255) = 33.95%
R=24.22%
G=41.82%
B=33.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1172021640.4200.190.21153.1844.562.55
Hex75CAA42A01315992d3f
Octal16531224452023252315577
Binary111010111001010101001001010100100111010110011001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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