#75BEA1

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

Shades of Medium Aquamarine #75BEA1

Tints of Medium Aquamarine #75BEA1

Color information

#75BEA1 (or 0x75BEA1) is unknown color: approx Medium Aquamarine. HEX triplet: 75, BE and A1. RGB value is (117,190,161). Sum of RGB (Red+Green+Blue) = 117+190+161=468 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 161 (63.28% from 255 or 34.40% from 468); Max value from RGB is 190 - color contains mainly: green. Hex color #75BEA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BEA1 is #8A415E. Grayscale: #A4A4A4. Windows color (decimal): -9060703 or 10600053. OLE color: 10600053.

HSL color Cylindrical-coordinate representation of color #75BEA1: hue angle of 156.16º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75BEA1 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB117190161-
CMYK0.3800.150.25
HSL156.16º35.96%60.2%-
HSV(B)156.16º38.42%74.51%-
XYZ32.1843.1840.36-
YUV164.87125.8293.86-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25%
GREEN value IS 190 (74.61% from 255) = 40.60%
BLUE value IS 161 (63.28% from 255) = 34.40%
R=25%
G=40.60%
B=34.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171901610.3800.150.25156.1635.9660.2
Hex75BEA1260F199c243c
Octal16527624146017312344474
Binary11101011011111010100001100110011111100110011100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,190,161); }

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

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

 a { background-color: rgb(117,190,161); }

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

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

 span { border-color: rgb(117,190,161); }

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