#68ECD5

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

Shades of Aquamarine #68ECD5

Tints of Aquamarine #68ECD5

Color information

#68ECD5 (or 0x68ECD5) is unknown color: approx Aquamarine. HEX triplet: 68, EC and D5. RGB value is (104,236,213). Sum of RGB (Red+Green+Blue) = 104+236+213=553 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.81% from 553); Green value is 236 (92.58% from 255 or 42.68% from 553); Blue value is 213 (83.59% from 255 or 38.52% from 553); Max value from RGB is 236 - color contains mainly: green. Hex color #68ECD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68ECD5 is #97132A. Grayscale: #C1C1C1. Windows color (decimal): -9900843 or 14019688. OLE color: 14019688.

HSL color Cylindrical-coordinate representation of color #68ECD5: hue angle of 169.55º 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 #68ECD5 is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB104236213-
CMYK0.5600.100.07
HSL169.55º77.65%66.67%-
HSV(B)169.55º55.93%92.55%-
XYZ47.7167.7473.51-
YUV193.91138.7763.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.81%
GREEN value IS 236 (92.58% from 255) = 42.68%
BLUE value IS 213 (83.59% from 255) = 38.52%
R=18.81%
G=42.68%
B=38.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1042362130.5600.100.07169.5577.6566.67
Hex68ECD5380A7aa4e43
Octal150354325700127252116103
Binary11010001110110011010101111000010101111010101010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68ECD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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