#68FFA9

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

Shades of Aquamarine #68FFA9

Tints of Aquamarine #68FFA9

Color information

#68FFA9 (or 0x68FFA9) is unknown color: approx Aquamarine. HEX triplet: 68, FF and A9. RGB value is (104,255,169). Sum of RGB (Red+Green+Blue) = 104+255+169=528 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.70% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 169 (66.41% from 255 or 32.01% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #68FFA9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68FFA9 is #970056. Grayscale: #C8C8C8. Windows color (decimal): -9896023 or 11140968. OLE color: 11140968.

HSL color Cylindrical-coordinate representation of color #68FFA9: hue angle of 145.83º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FFA9 is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.

Color convert

RGB104255169-
CMYK0.5900.340
HSL145.83º100%70.39%-
HSV(B)145.83º59.22%100%-
XYZ48.6377.3349.9-
YUV200.05110.4759.49-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.70%
GREEN value IS 255 (100% from 255) = 48.30%
BLUE value IS 169 (66.41% from 255) = 32.01%
R=19.70%
G=48.30%
B=32.01%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1042551690.5900.340145.8310070.39
Hex68FFA93B0220926446
Octal150377251730420222144106
Binary11010001111111110101001111011010001001001001011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68FFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68FFA9; }

 p { color: rgb(104,255,169); }

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

<style>
 a { background-color: #68FFA9; }

 a { background-color: rgb(104,255,169); }

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

<style>
 span { border-color: #68FFA9; }

 span { border-color: rgb(104,255,169); }

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