#75EDAB

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

Shades of Medium Aquamarine #75EDAB

Tints of Medium Aquamarine #75EDAB

Color information

#75EDAB (or 0x75EDAB) is unknown color: approx Medium Aquamarine. HEX triplet: 75, ED and AB. RGB value is (117,237,171). Sum of RGB (Red+Green+Blue) = 117+237+171=525 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.29% from 525); Green value is 237 (92.97% from 255 or 45.14% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 237 - color contains mainly: green. Hex color #75EDAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75EDAB is #8A1254. Grayscale: #C1C1C1. Windows color (decimal): -9048661 or 11267445. OLE color: 11267445.

HSL color Cylindrical-coordinate representation of color #75EDAB: hue angle of 147º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75EDAB is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB117237171-
CMYK0.5100.280.07
HSL147º76.92%69.41%-
HSV(B)147º50.63%92.94%-
XYZ44.9767.2949.15-
YUV193.6115.2473.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.29%
GREEN value IS 237 (92.97% from 255) = 45.14%
BLUE value IS 171 (67.19% from 255) = 32.57%
R=22.29%
G=45.14%
B=32.57%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1172371710.5100.280.0714776.9269.41
Hex75EDAB3301C7934d45
Octal165355253630347223115105
Binary111010111101101101010111100110111001111001001110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75EDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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