#75F1A5

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

Shades of Medium Aquamarine #75F1A5

Tints of Medium Aquamarine #75F1A5

Color information

#75F1A5 (or 0x75F1A5) is unknown color: approx Medium Aquamarine. HEX triplet: 75, F1 and A5. RGB value is (117,241,165). Sum of RGB (Red+Green+Blue) = 117+241+165=523 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.37% from 523); Green value is 241 (94.53% from 255 or 46.08% from 523); Blue value is 165 (64.84% from 255 or 31.55% from 523); Max value from RGB is 241 - color contains mainly: green. Hex color #75F1A5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75F1A5 is #8A0E5A. Grayscale: #C3C3C3. Windows color (decimal): -9047643 or 10875253. OLE color: 10875253.

HSL color Cylindrical-coordinate representation of color #75F1A5: hue angle of 143.23º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75F1A5 is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB117241165-
CMYK0.5100.320.05
HSL143.23º81.58%70.2%-
HSV(B)143.23º51.45%94.51%-
XYZ45.5869.4146.59-
YUV195.26110.9272.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.37%
GREEN value IS 241 (94.53% from 255) = 46.08%
BLUE value IS 165 (64.84% from 255) = 31.55%
R=22.37%
G=46.08%
B=31.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1172411650.5100.320.05143.2381.5870.2
Hex75F1A53302058f5246
Octal165361245630405217122106
Binary1110101111100011010010111001101000001011000111110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,241,165); }

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

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

 a { background-color: rgb(117,241,165); }

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

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

 span { border-color: rgb(117,241,165); }

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