#68CEA0

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

Shades of Medium Aquamarine #68CEA0

Tints of Medium Aquamarine #68CEA0

Color information

#68CEA0 (or 0x68CEA0) is unknown color: approx Medium Aquamarine. HEX triplet: 68, CE and A0. RGB value is (104,206,160). Sum of RGB (Red+Green+Blue) = 104+206+160=470 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.13% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 206 - color contains mainly: green. Hex color #68CEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CEA0 is #97315F. Grayscale: #AAAAAA. Windows color (decimal): -9908576 or 10538600. OLE color: 10538600.

HSL color Cylindrical-coordinate representation of color #68CEA0: hue angle of 152.94º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68CEA0 is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB104206160-
CMYK0.5000.220.19
HSL152.94º51%60.78%-
HSV(B)152.94º49.51%80.78%-
XYZ34.1349.6241.04-
YUV170.26122.2180.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.13%
GREEN value IS 206 (80.86% from 255) = 43.83%
BLUE value IS 160 (62.89% from 255) = 34.04%
R=22.13%
G=43.83%
B=34.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1042061600.5000.220.19152.945160.78
Hex68CEA0320161399333d
Octal15031624062026232316375
Binary110100011001110101000001100100101101001110011001110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,206,160); }

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

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

 a { background-color: rgb(104,206,160); }

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

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

 span { border-color: rgb(104,206,160); }

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