#68C8AC

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

Shades of Medium Aquamarine #68C8AC

Tints of Medium Aquamarine #68C8AC

Color information

#68C8AC (or 0x68C8AC) is unknown color: approx Medium Aquamarine. HEX triplet: 68, C8 and AC. RGB value is (104,200,172). Sum of RGB (Red+Green+Blue) = 104+200+172=476 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.85% from 476); Green value is 200 (78.52% from 255 or 42.02% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 200 - color contains mainly: green. Hex color #68C8AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C8AC is #973753. Grayscale: #A8A8A8. Windows color (decimal): -9910100 or 11323496. OLE color: 11323496.

HSL color Cylindrical-coordinate representation of color #68C8AC: hue angle of 162.5º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68C8AC is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB104200172-
CMYK0.4800.140.22
HSL162.5º46.6%59.61%-
HSV(B)162.5º48%78.43%-
XYZ33.8147.2346.36-
YUV168.1130.282.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.85%
GREEN value IS 200 (78.52% from 255) = 42.02%
BLUE value IS 172 (67.58% from 255) = 36.13%
R=21.85%
G=42.02%
B=36.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1042001720.4800.140.22162.546.659.61
Hex68C8AC300E16a22f3c
Octal15031025460016262425774
Binary11010001100100010101100110000011101011010100010101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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