#75DFA4

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

Shades of Medium Aquamarine #75DFA4

Tints of Medium Aquamarine #75DFA4

Color information

#75DFA4 (or 0x75DFA4) is unknown color: approx Medium Aquamarine. HEX triplet: 75, DF and A4. RGB value is (117,223,164). Sum of RGB (Red+Green+Blue) = 117+223+164=504 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.21% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 164 (64.45% from 255 or 32.54% from 504); Max value from RGB is 223 - color contains mainly: green. Hex color #75DFA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DFA4 is #8A205B. Grayscale: #B8B8B8. Windows color (decimal): -9052252 or 10805109. OLE color: 10805109.

HSL color Cylindrical-coordinate representation of color #75DFA4: hue angle of 146.6º 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 #75DFA4 is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB117223164-
CMYK0.4800.260.13
HSL146.6º62.35%66.67%-
HSV(B)146.6º47.53%87.45%-
XYZ40.4259.2444.43-
YUV184.58116.3879.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.21%
GREEN value IS 223 (87.5% from 255) = 44.25%
BLUE value IS 164 (64.45% from 255) = 32.54%
R=23.21%
G=44.25%
B=32.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1172231640.4800.260.13146.662.3566.67
Hex75DFA43001AD933e43
Octal165337244600321522376103
Binary111010111011111101001001100000110101101100100111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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