#75F3A8

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

Shades of Medium Aquamarine #75F3A8

Tints of Medium Aquamarine #75F3A8

Color information

#75F3A8 (or 0x75F3A8) is unknown color: approx Medium Aquamarine. HEX triplet: 75, F3 and A8. RGB value is (117,243,168). Sum of RGB (Red+Green+Blue) = 117+243+168=528 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.16% from 528); Green value is 243 (95.31% from 255 or 46.02% from 528); Blue value is 168 (66.02% from 255 or 31.82% from 528); Max value from RGB is 243 - color contains mainly: green. Hex color #75F3A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75F3A8 is #8A0C57. Grayscale: #C4C4C4. Windows color (decimal): -9047128 or 11072373. OLE color: 11072373.

HSL color Cylindrical-coordinate representation of color #75F3A8: hue angle of 144.29º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75F3A8 is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB117243168-
CMYK0.5200.310.05
HSL144.29º84%70.59%-
HSV(B)144.29º51.85%95.29%-
XYZ46.4570.7148.25-
YUV196.78111.7671.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.16%
GREEN value IS 243 (95.31% from 255) = 46.02%
BLUE value IS 168 (66.02% from 255) = 31.82%
R=22.16%
G=46.02%
B=31.82%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1172431680.5200.310.05144.298470.59
Hex75F3A83401F5905447
Octal165363250640375220124107
Binary111010111110011101010001101000111111011001000010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F3A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,243,168); }

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

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

 a { background-color: rgb(117,243,168); }

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

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

 span { border-color: rgb(117,243,168); }

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