#68EFD6

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

Shades of Aquamarine #68EFD6

Tints of Aquamarine #68EFD6

Color information

#68EFD6 (or 0x68EFD6) is unknown color: approx Aquamarine. HEX triplet: 68, EF and D6. RGB value is (104,239,214). Sum of RGB (Red+Green+Blue) = 104+239+214=557 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.67% from 557); Green value is 239 (93.75% from 255 or 42.91% from 557); Blue value is 214 (83.98% from 255 or 38.42% from 557); Max value from RGB is 239 - color contains mainly: green. Hex color #68EFD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EFD6 is #971029. Grayscale: #C3C3C3. Windows color (decimal): -9900074 or 14085992. OLE color: 14085992.

HSL color Cylindrical-coordinate representation of color #68EFD6: hue angle of 168.89º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EFD6 is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB104239214-
CMYK0.5600.100.06
HSL168.89º80.84%67.25%-
HSV(B)168.89º56.49%93.73%-
XYZ48.7169.5374.47-
YUV195.78138.2762.53-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.67%
GREEN value IS 239 (93.75% from 255) = 42.91%
BLUE value IS 214 (83.98% from 255) = 38.42%
R=18.67%
G=42.91%
B=38.42%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1042392140.5600.100.06168.8980.8467.25
Hex68EFD6380A6a95143
Octal150357326700126251121103
Binary11010001110111111010110111000010101101010100110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68EFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,239,214); }

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

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

 a { background-color: rgb(104,239,214); }

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

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

 span { border-color: rgb(104,239,214); }

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