#68FDCD

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

Shades of Aquamarine #68FDCD

Tints of Aquamarine #68FDCD

Color information

#68FDCD (or 0x68FDCD) is unknown color: approx Aquamarine. HEX triplet: 68, FD and CD. RGB value is (104,253,205). Sum of RGB (Red+Green+Blue) = 104+253+205=562 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.51% from 562); Green value is 253 (99.22% from 255 or 45.02% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 253 - color contains mainly: green. Hex color #68FDCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FDCD is #970232. Grayscale: #CBCBCB. Windows color (decimal): -9896499 or 13499752. OLE color: 13499752.

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

Color convert

RGB104253205-
CMYK0.5900.190.01
HSL160.67º97.39%70%-
HSV(B)160.67º58.89%99.22%-
XYZ51.8577.670-
YUV202.98129.1457.4-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.51%
GREEN value IS 253 (99.22% from 255) = 45.02%
BLUE value IS 205 (80.47% from 255) = 36.48%
R=18.51%
G=45.02%
B=36.48%

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
Decimal1042532050.5900.190.01160.6797.3970
Hex68FDCD3B0131a16146
Octal150375315730231241141106
Binary1101000111111011100110111101101001111010000111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68FDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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