#68F5DE

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

Shades of Aquamarine #68F5DE

Tints of Aquamarine #68F5DE

Color information

#68F5DE (or 0x68F5DE) is unknown color: approx Aquamarine. HEX triplet: 68, F5 and DE. RGB value is (104,245,222). Sum of RGB (Red+Green+Blue) = 104+245+222=571 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.21% from 571); Green value is 245 (96.09% from 255 or 42.91% from 571); Blue value is 222 (87.11% from 255 or 38.88% from 571); Max value from RGB is 245 - color contains mainly: green. Hex color #68F5DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F5DE is #970A21. Grayscale: #C8C8C8. Windows color (decimal): -9898530 or 14611816. OLE color: 14611816.

HSL color Cylindrical-coordinate representation of color #68F5DE: hue angle of 170.21º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F5DE is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB104245222-
CMYK0.5800.090.04
HSL170.21º87.58%68.43%-
HSV(B)170.21º57.55%96.08%-
XYZ51.5573.5280.58-
YUV200.22140.2959.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.21%
GREEN value IS 245 (96.09% from 255) = 42.91%
BLUE value IS 222 (87.11% from 255) = 38.88%
R=18.21%
G=42.91%
B=38.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1042452220.5800.090.04170.2187.5868.43
Hex68F5DE3A094aa5844
Octal150365336720114252130104
Binary11010001111010111011110111010010011001010101010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68F5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,245,222); }

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

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

 a { background-color: rgb(104,245,222); }

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

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

 span { border-color: rgb(104,245,222); }

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