#68C5AB

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

Shades of Medium Aquamarine #68C5AB

Tints of Medium Aquamarine #68C5AB

Color information

#68C5AB (or 0x68C5AB) is unknown color: approx Medium Aquamarine. HEX triplet: 68, C5 and AB. RGB value is (104,197,171). Sum of RGB (Red+Green+Blue) = 104+197+171=472 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.03% from 472); Green value is 197 (77.34% from 255 or 41.74% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 197 - color contains mainly: green. Hex color #68C5AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C5AB is #973A54. Grayscale: #A6A6A6. Windows color (decimal): -9910869 or 11257192. OLE color: 11257192.

HSL color Cylindrical-coordinate representation of color #68C5AB: hue angle of 163.23º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68C5AB is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB104197171-
CMYK0.4700.130.23
HSL163.23º44.5%59.02%-
HSV(B)163.23º47.21%77.25%-
XYZ33.0345.8245.63-
YUV166.23130.6983.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.03%
GREEN value IS 197 (77.34% from 255) = 41.74%
BLUE value IS 171 (67.19% from 255) = 36.23%
R=22.03%
G=41.74%
B=36.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1041971710.4700.130.23163.2344.559.02
Hex68C5AB2F0D17a32c3b
Octal15030525357015272435473
Binary11010001100010110101011101111011011011110100011101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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