#75DCB1

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

Shades of Medium Aquamarine #75DCB1

Tints of Medium Aquamarine #75DCB1

Color information

#75DCB1 (or 0x75DCB1) is unknown color: approx Medium Aquamarine. HEX triplet: 75, DC and B1. RGB value is (117,220,177). Sum of RGB (Red+Green+Blue) = 117+220+177=514 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.76% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 177 (69.53% from 255 or 34.44% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #75DCB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DCB1 is #8A234E. Grayscale: #B8B8B8. Windows color (decimal): -9053007 or 11656309. OLE color: 11656309.

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

Color convert

RGB117220177-
CMYK0.4700.200.14
HSL154.95º59.54%66.08%-
HSV(B)154.95º46.82%86.27%-
XYZ40.8758.1450.66-
YUV184.3123.8880-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.76%
GREEN value IS 220 (86.33% from 255) = 42.80%
BLUE value IS 177 (69.53% from 255) = 34.44%
R=22.76%
G=42.80%
B=34.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1172201770.4700.200.14154.9559.5466.08
Hex75DCB12F014E9b3c42
Octal165334261570241623374102
Binary111010111011100101100011011110101001110100110111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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