#75DAAB

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

Shades of Medium Aquamarine #75DAAB

Tints of Medium Aquamarine #75DAAB

Color information

#75DAAB (or 0x75DAAB) is unknown color: approx Medium Aquamarine. HEX triplet: 75, DA and AB. RGB value is (117,218,171). Sum of RGB (Red+Green+Blue) = 117+218+171=506 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.12% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 218 - color contains mainly: green. Hex color #75DAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DAAB is #8A2554. Grayscale: #B6B6B6. Windows color (decimal): -9053525 or 11262581. OLE color: 11262581.

HSL color Cylindrical-coordinate representation of color #75DAAB: hue angle of 152.08º 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 #75DAAB is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB117218171-
CMYK0.4600.220.15
HSL152.08º57.71%65.69%-
HSV(B)152.08º46.33%85.49%-
XYZ39.7656.8647.41-
YUV182.44121.5481.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.12%
GREEN value IS 218 (85.55% from 255) = 43.08%
BLUE value IS 171 (67.19% from 255) = 33.79%
R=23.12%
G=43.08%
B=33.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1172181710.4600.220.15152.0857.7165.69
Hex75DAAB2E016F983a42
Octal165332253560261723072102
Binary111010111011010101010111011100101101111100110001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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