#68C6AB

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

Shades of Medium Aquamarine #68C6AB

Tints of Medium Aquamarine #68C6AB

Color information

#68C6AB (or 0x68C6AB) is unknown color: approx Medium Aquamarine. HEX triplet: 68, C6 and AB. RGB value is (104,198,171). Sum of RGB (Red+Green+Blue) = 104+198+171=473 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.99% from 473); Green value is 198 (77.73% from 255 or 41.86% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 198 - color contains mainly: green. Hex color #68C6AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C6AB is #973954. Grayscale: #A6A6A6. Windows color (decimal): -9910613 or 11257448. OLE color: 11257448.

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

Color convert

RGB104198171-
CMYK0.4700.140.22
HSL162.77º45.19%59.22%-
HSV(B)162.77º47.47%77.65%-
XYZ33.2546.2745.71-
YUV166.82130.3683.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.99%
GREEN value IS 198 (77.73% from 255) = 41.86%
BLUE value IS 171 (67.19% from 255) = 36.15%
R=21.99%
G=41.86%
B=36.15%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1041981710.4700.140.22162.7745.1959.22
Hex68C6AB2F0E16a32d3b
Octal15030625357016262435573
Binary11010001100011010101011101111011101011010100011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,198,171); }

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

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

 a { background-color: rgb(104,198,171); }

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

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

 span { border-color: rgb(104,198,171); }

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