#75D8AE

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

Shades of Medium Aquamarine #75D8AE

Tints of Medium Aquamarine #75D8AE

Color information

#75D8AE (or 0x75D8AE) is unknown color: approx Medium Aquamarine. HEX triplet: 75, D8 and AE. RGB value is (117,216,174). Sum of RGB (Red+Green+Blue) = 117+216+174=507 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.08% from 507); Green value is 216 (84.77% from 255 or 42.60% from 507); Blue value is 174 (68.36% from 255 or 34.32% from 507); Max value from RGB is 216 - color contains mainly: green. Hex color #75D8AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D8AE is #8A2751. Grayscale: #B5B5B5. Windows color (decimal): -9054034 or 11458677. OLE color: 11458677.

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

Color convert

RGB117216174-
CMYK0.4600.190.15
HSL154.55º55.93%65.29%-
HSV(B)154.55º45.83%84.71%-
XYZ39.5355.9548.76-
YUV181.61123.781.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.08%
GREEN value IS 216 (84.77% from 255) = 42.60%
BLUE value IS 174 (68.36% from 255) = 34.32%
R=23.08%
G=42.60%
B=34.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1172161740.4600.190.15154.5555.9365.29
Hex75D8AE2E013F9b3841
Octal165330256560231723370101
Binary111010111011000101011101011100100111111100110111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,216,174); }

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

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

 a { background-color: rgb(117,216,174); }

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

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

 span { border-color: rgb(117,216,174); }

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