#68DAAC

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

Shades of Medium Aquamarine #68DAAC

Tints of Medium Aquamarine #68DAAC

Color information

#68DAAC (or 0x68DAAC) is unknown color: approx Medium Aquamarine. HEX triplet: 68, DA and AC. RGB value is (104,218,172). Sum of RGB (Red+Green+Blue) = 104+218+172=494 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.05% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 218 - color contains mainly: green. Hex color #68DAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DAAC is #972553. Grayscale: #B2B2B2. Windows color (decimal): -9905492 or 11328104. OLE color: 11328104.

HSL color Cylindrical-coordinate representation of color #68DAAC: hue angle of 155.79º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68DAAC is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB104218172-
CMYK0.5200.210.15
HSL155.79º60.64%63.14%-
HSV(B)155.79º52.29%85.49%-
XYZ38.2356.0647.84-
YUV178.67124.2374.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.05%
GREEN value IS 218 (85.55% from 255) = 44.13%
BLUE value IS 172 (67.58% from 255) = 34.82%
R=21.05%
G=44.13%
B=34.82%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1042181720.5200.210.15155.7960.6463.14
Hex68DAAC34015F9c3d3f
Octal15033225464025172347577
Binary11010001101101010101100110100010101111110011100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,218,172); }

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

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

 a { background-color: rgb(104,218,172); }

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

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

 span { border-color: rgb(104,218,172); }

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