#68FDC6

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

Shades of Aquamarine #68FDC6

Tints of Aquamarine #68FDC6

Color information

#68FDC6 (or 0x68FDC6) is unknown color: approx Aquamarine. HEX triplet: 68, FD and C6. RGB value is (104,253,198). Sum of RGB (Red+Green+Blue) = 104+253+198=555 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.74% from 555); Green value is 253 (99.22% from 255 or 45.59% from 555); Blue value is 198 (77.73% from 255 or 35.68% from 555); Max value from RGB is 253 - color contains mainly: green. Hex color #68FDC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FDC6 is #970239. Grayscale: #CACACA. Windows color (decimal): -9896506 or 13041000. OLE color: 13041000.

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

Color convert

RGB104253198-
CMYK0.5900.220.01
HSL157.85º97.39%70%-
HSV(B)157.85º58.89%99.22%-
XYZ51.0377.2765.65-
YUV202.18125.6457.97-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.74%
GREEN value IS 253 (99.22% from 255) = 45.59%
BLUE value IS 198 (77.73% from 255) = 35.68%
R=18.74%
G=45.59%
B=35.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1042531980.5900.220.01157.8597.3970
Hex68FDC63B01619e6146
Octal150375306730261236141106
Binary1101000111111011100011011101101011011001111011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68FDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,253,198); }

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

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

 a { background-color: rgb(104,253,198); }

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

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

 span { border-color: rgb(104,253,198); }

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