#75EDDD

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

Shades of Aquamarine #75EDDD

Tints of Aquamarine #75EDDD

Color information

#75EDDD (or 0x75EDDD) is unknown color: approx Aquamarine. HEX triplet: 75, ED and DD. RGB value is (117,237,221). Sum of RGB (Red+Green+Blue) = 117+237+221=575 (76% of max value = 765). Red value is 117 (46.09% from 255 or 20.35% from 575); Green value is 237 (92.97% from 255 or 41.22% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 237 - color contains mainly: green. Hex color #75EDDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75EDDD is #8A1222. Grayscale: #C7C7C7. Windows color (decimal): -9048611 or 14544245. OLE color: 14544245.

HSL color Cylindrical-coordinate representation of color #75EDDD: hue angle of 172º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75EDDD is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB117237221-
CMYK0.5100.070.07
HSL172º76.92%69.41%-
HSV(B)172º50.63%92.94%-
XYZ50.6769.5779.16-
YUV199.3140.2469.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.35%
GREEN value IS 237 (92.97% from 255) = 41.22%
BLUE value IS 221 (86.72% from 255) = 38.43%
R=20.35%
G=41.22%
B=38.43%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1172372210.5100.070.0717276.9269.41
Hex75EDDD33077ac4d45
Octal16535533563077254115105
Binary1110101111011011101110111001101111111010110010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75EDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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