#68FDCE

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

Shades of Aquamarine #68FDCE

Tints of Aquamarine #68FDCE

Color information

#68FDCE (or 0x68FDCE) is unknown color: approx Aquamarine. HEX triplet: 68, FD and CE. RGB value is (104,253,206). Sum of RGB (Red+Green+Blue) = 104+253+206=563 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.47% from 563); Green value is 253 (99.22% from 255 or 44.94% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 253 - color contains mainly: green. Hex color #68FDCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FDCE is #970231. Grayscale: #CBCBCB. Windows color (decimal): -9896498 or 13565288. OLE color: 13565288.

HSL color Cylindrical-coordinate representation of color #68FDCE: hue angle of 161.07º 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 #68FDCE is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB104253206-
CMYK0.5900.190.01
HSL161.07º97.39%70%-
HSV(B)161.07º58.89%99.22%-
XYZ51.9777.6570.64-
YUV203.09129.6457.32-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.47%
GREEN value IS 253 (99.22% from 255) = 44.94%
BLUE value IS 206 (80.86% from 255) = 36.59%
R=18.47%
G=44.94%
B=36.59%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1042532060.5900.190.01161.0797.3970
Hex68FDCE3B0131a16146
Octal150375316730231241141106
Binary1101000111111011100111011101101001111010000111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68FDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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