#75FFD6

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

Shades of Aquamarine #75FFD6

Tints of Aquamarine #75FFD6

Color information

#75FFD6 (or 0x75FFD6) is unknown color: approx Aquamarine. HEX triplet: 75, FF and D6. RGB value is (117,255,214). Sum of RGB (Red+Green+Blue) = 117+255+214=586 (77% of max value = 765). Red value is 117 (46.09% from 255 or 19.97% from 586); Green value is 255 (100% from 255 or 43.52% from 586); Blue value is 214 (83.98% from 255 or 36.52% from 586); Max value from RGB is 255 - color contains mainly: green. Hex color #75FFD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FFD6 is #8A0029. Grayscale: #D1D1D1. Windows color (decimal): -9044010 or 14090101. OLE color: 14090101.

HSL color Cylindrical-coordinate representation of color #75FFD6: hue angle of 162.17º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75FFD6 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB117255214-
CMYK0.5400.160
HSL162.17º100%72.94%-
HSV(B)162.17º54.12%100%-
XYZ55.2380.1676.18-
YUV209.06130.7862.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.97%
GREEN value IS 255 (100% from 255) = 43.52%
BLUE value IS 214 (83.98% from 255) = 36.52%
R=19.97%
G=43.52%
B=36.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1172552140.5400.160162.1710072.94
Hex75FFD6360100a26449
Octal165377326660200242144111
Binary1110101111111111101011011011001000001010001011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,255,214); }

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

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

 a { background-color: rgb(117,255,214); }

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

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

 span { border-color: rgb(117,255,214); }

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