#75e0b1

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

Shades of Medium Aquamarine #75E0B1

Tints of Medium Aquamarine #75E0B1

Color information

#75E0B1 (or 0x75E0B1) is unknown color: approx Medium Aquamarine. HEX triplet: 75, E0 and B1. RGB value is (117,224,177). Sum of RGB (Red+Green+Blue) = 117+224+177=518 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.59% from 518); Green value is 224 (87.89% from 255 or 43.24% from 518); Blue value is 177 (69.53% from 255 or 34.17% from 518); Max value from RGB is 224 - color contains mainly: green. Hex color #75E0B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75E0B1 is #8A1F4E. Grayscale: #BABABA. Windows color (decimal): -9051983 or 11657333. OLE color: 11657333.

HSL color Cylindrical-coordinate representation of color #75E0B1: hue angle of 153.64º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75E0B1 is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB117224177-
CMYK0.4800.210.12
HSL153.64º63.31%66.86%-
HSV(B)153.64º47.77%87.84%-
XYZ41.9360.2751.02-
YUV186.65122.5578.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.59%
GREEN value IS 224 (87.89% from 255) = 43.24%
BLUE value IS 177 (69.53% from 255) = 34.17%
R=22.59%
G=43.24%
B=34.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1172241770.4800.210.12153.6463.3166.86
Hex75E0B130015C9a3f43
Octal165340261600251423277103
Binary111010111100000101100011100000101011100100110101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75e0b1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,224,177); }

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

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

 a { background-color: rgb(117,224,177); }

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

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

 span { border-color: rgb(117,224,177); }

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