#75DD9B

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

Shades of Medium Aquamarine #75DD9B

Tints of Medium Aquamarine #75DD9B

Color information

#75DD9B (or 0x75DD9B) is unknown color: approx Medium Aquamarine. HEX triplet: 75, DD and 9B. RGB value is (117,221,155). Sum of RGB (Red+Green+Blue) = 117+221+155=493 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.73% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 155 (60.94% from 255 or 31.44% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #75DD9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DD9B is #8A2264. Grayscale: #B6B6B6. Windows color (decimal): -9052773 or 10214773. OLE color: 10214773.

HSL color Cylindrical-coordinate representation of color #75DD9B: hue angle of 141.92º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75DD9B is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB117221155-
CMYK0.4700.300.13
HSL141.92º60.47%66.27%-
HSV(B)141.92º47.06%86.67%-
XYZ39.1157.8640.12-
YUV182.38112.5481.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.73%
GREEN value IS 221 (86.72% from 255) = 44.83%
BLUE value IS 155 (60.94% from 255) = 31.44%
R=23.73%
G=44.83%
B=31.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1172211550.4700.300.13141.9260.4766.27
Hex75DD9B2F01ED8e3c42
Octal165335233570361521674102
Binary111010111011101100110111011110111101101100011101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,221,155); }

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

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

 a { background-color: rgb(117,221,155); }

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

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

 span { border-color: rgb(117,221,155); }

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