#68DCA0

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

Shades of Medium Aquamarine #68DCA0

Tints of Medium Aquamarine #68DCA0

Color information

#68DCA0 (or 0x68DCA0) is unknown color: approx Medium Aquamarine. HEX triplet: 68, DC and A0. RGB value is (104,220,160). Sum of RGB (Red+Green+Blue) = 104+220+160=484 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.49% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 160 (62.89% from 255 or 33.06% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #68DCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DCA0 is #97235F. Grayscale: #B2B2B2. Windows color (decimal): -9904992 or 10542184. OLE color: 10542184.

HSL color Cylindrical-coordinate representation of color #68DCA0: hue angle of 148.97º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DCA0 is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB104220160-
CMYK0.5300.270.14
HSL148.97º62.37%63.53%-
HSV(B)148.97º52.73%86.27%-
XYZ37.6556.6742.21-
YUV178.48117.5774.88-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.49%
GREEN value IS 220 (86.33% from 255) = 45.45%
BLUE value IS 160 (62.89% from 255) = 33.06%
R=21.49%
G=45.45%
B=33.06%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1042201600.5300.270.14148.9762.3763.53
Hex68DCA03501BE953e40
Octal150334240650331622576100
Binary110100011011100101000001101010110111110100101011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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