#68F6D4

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

Shades of Aquamarine #68F6D4

Tints of Aquamarine #68F6D4

Color information

#68F6D4 (or 0x68F6D4) is unknown color: approx Aquamarine. HEX triplet: 68, F6 and D4. RGB value is (104,246,212). Sum of RGB (Red+Green+Blue) = 104+246+212=562 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.51% from 562); Green value is 246 (96.48% from 255 or 43.77% from 562); Blue value is 212 (83.20% from 255 or 37.72% from 562); Max value from RGB is 246 - color contains mainly: green. Hex color #68F6D4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F6D4 is #97092B. Grayscale: #C7C7C7. Windows color (decimal): -9898284 or 13956712. OLE color: 13956712.

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

Color convert

RGB104246212-
CMYK0.5800.140.04
HSL165.63º88.75%68.63%-
HSV(B)165.63º57.72%96.47%-
XYZ50.5573.6173.83-
YUV199.67134.9659.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.51%
GREEN value IS 246 (96.48% from 255) = 43.77%
BLUE value IS 212 (83.20% from 255) = 37.72%
R=18.51%
G=43.77%
B=37.72%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1042462120.5800.140.04165.6388.7568.63
Hex68F6D43A0E4a65945
Octal150366324720164246131105
Binary11010001111011011010100111010011101001010011010110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68F6D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,246,212); }

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

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

 a { background-color: rgb(104,246,212); }

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

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

 span { border-color: rgb(104,246,212); }

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