#75DFA2

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

Shades of Medium Aquamarine #75DFA2

Tints of Medium Aquamarine #75DFA2

Color information

#75DFA2 (or 0x75DFA2) is unknown color: approx Medium Aquamarine. HEX triplet: 75, DF and A2. RGB value is (117,223,162). Sum of RGB (Red+Green+Blue) = 117+223+162=502 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.31% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 162 (63.67% from 255 or 32.27% from 502); Max value from RGB is 223 - color contains mainly: green. Hex color #75DFA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DFA2 is #8A205D. Grayscale: #B8B8B8. Windows color (decimal): -9052254 or 10674037. OLE color: 10674037.

HSL color Cylindrical-coordinate representation of color #75DFA2: hue angle of 145.47º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75DFA2 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB117223162-
CMYK0.4800.270.13
HSL145.47º62.35%66.67%-
HSV(B)145.47º47.53%87.45%-
XYZ40.2559.1743.48-
YUV184.35115.3879.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.31%
GREEN value IS 223 (87.5% from 255) = 44.42%
BLUE value IS 162 (63.67% from 255) = 32.27%
R=23.31%
G=44.42%
B=32.27%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1172231620.4800.270.13145.4762.3566.67
Hex75DFA23001BD913e43
Octal165337242600331522176103
Binary111010111011111101000101100000110111101100100011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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