#75DFB2

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

Shades of Medium Aquamarine #75DFB2

Tints of Medium Aquamarine #75DFB2

Color information

#75DFB2 (or 0x75DFB2) is unknown color: approx Medium Aquamarine. HEX triplet: 75, DF and B2. RGB value is (117,223,178). Sum of RGB (Red+Green+Blue) = 117+223+178=518 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.59% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 178 (69.92% from 255 or 34.36% from 518); Max value from RGB is 223 - color contains mainly: green. Hex color #75DFB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DFB2 is #8A204D. Grayscale: #BABABA. Windows color (decimal): -9052238 or 11722613. OLE color: 11722613.

HSL color Cylindrical-coordinate representation of color #75DFB2: hue angle of 154.53º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75DFB2 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB117223178-
CMYK0.4800.200.13
HSL154.53º62.35%66.67%-
HSV(B)154.53º47.53%87.45%-
XYZ41.7659.7751.46-
YUV186.18123.3878.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.59%
GREEN value IS 223 (87.5% from 255) = 43.05%
BLUE value IS 178 (69.92% from 255) = 34.36%
R=22.59%
G=43.05%
B=34.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1172231780.4800.200.13154.5362.3566.67
Hex75DFB230014D9b3e43
Octal165337262600241523376103
Binary111010111011111101100101100000101001101100110111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,223,178); }

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

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

 a { background-color: rgb(117,223,178); }

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

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

 span { border-color: rgb(117,223,178); }

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