#75DA9E

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

Shades of Medium Aquamarine #75DA9E

Tints of Medium Aquamarine #75DA9E

Color information

#75DA9E (or 0x75DA9E) is unknown color: approx Medium Aquamarine. HEX triplet: 75, DA and 9E. RGB value is (117,218,158). Sum of RGB (Red+Green+Blue) = 117+218+158=493 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.73% from 493); Green value is 218 (85.55% from 255 or 44.22% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 218 - color contains mainly: green. Hex color #75DA9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DA9E is #8A2561. Grayscale: #B5B5B5. Windows color (decimal): -9053538 or 10410613. OLE color: 10410613.

HSL color Cylindrical-coordinate representation of color #75DA9E: hue angle of 144.36º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75DA9E is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB117218158-
CMYK0.4600.280.15
HSL144.36º57.71%65.69%-
HSV(B)144.36º46.33%85.49%-
XYZ38.5856.3941.2-
YUV180.96115.0482.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.73%
GREEN value IS 218 (85.55% from 255) = 44.22%
BLUE value IS 158 (62.11% from 255) = 32.05%
R=23.73%
G=44.22%
B=32.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1172181580.4600.280.15144.3657.7165.69
Hex75DA9E2E01CF903a42
Octal165332236560341722072102
Binary111010111011010100111101011100111001111100100001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,218,158); }

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

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

 a { background-color: rgb(117,218,158); }

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

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

 span { border-color: rgb(117,218,158); }

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