#68ECD6

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

Shades of Aquamarine #68ECD6

Tints of Aquamarine #68ECD6

Color information

#68ECD6 (or 0x68ECD6) is unknown color: approx Aquamarine. HEX triplet: 68, EC and D6. RGB value is (104,236,214). Sum of RGB (Red+Green+Blue) = 104+236+214=554 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.77% from 554); Green value is 236 (92.58% from 255 or 42.60% from 554); Blue value is 214 (83.98% from 255 or 38.63% from 554); Max value from RGB is 236 - color contains mainly: green. Hex color #68ECD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68ECD6 is #971329. Grayscale: #C1C1C1. Windows color (decimal): -9900842 or 14085224. OLE color: 14085224.

HSL color Cylindrical-coordinate representation of color #68ECD6: hue angle of 170º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68ECD6 is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB104236214-
CMYK0.5600.090.07
HSL170º77.65%66.67%-
HSV(B)170º55.93%92.55%-
XYZ47.8467.7974.18-
YUV194.02139.2763.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.77%
GREEN value IS 236 (92.58% from 255) = 42.60%
BLUE value IS 214 (83.98% from 255) = 38.63%
R=18.77%
G=42.60%
B=38.63%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1042362140.5600.090.0717077.6566.67
Hex68ECD638097aa4e43
Octal150354326700117252116103
Binary11010001110110011010110111000010011111010101010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68ECD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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