#75D7AB

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

Shades of Medium Aquamarine #75D7AB

Tints of Medium Aquamarine #75D7AB

Color information

#75D7AB (or 0x75D7AB) is unknown color: approx Medium Aquamarine. HEX triplet: 75, D7 and AB. RGB value is (117,215,171). Sum of RGB (Red+Green+Blue) = 117+215+171=503 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.26% from 503); Green value is 215 (84.38% from 255 or 42.74% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 215 - color contains mainly: green. Hex color #75D7AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D7AB is #8A2854. Grayscale: #B4B4B4. Windows color (decimal): -9054293 or 11261813. OLE color: 11261813.

HSL color Cylindrical-coordinate representation of color #75D7AB: hue angle of 153.06º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75D7AB is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB117215171-
CMYK0.4600.200.16
HSL153.06º55.06%65.1%-
HSV(B)153.06º45.58%84.31%-
XYZ38.9955.3247.15-
YUV180.68122.5382.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.26%
GREEN value IS 215 (84.38% from 255) = 42.74%
BLUE value IS 171 (67.19% from 255) = 34.00%
R=23.26%
G=42.74%
B=34.00%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1172151710.4600.200.16153.0655.0665.1
Hex75D7AB2E01410993741
Octal165327253560242023167101
Binary1110101110101111010101110111001010010000100110011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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