#68C8A6

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

Shades of Medium Aquamarine #68C8A6

Tints of Medium Aquamarine #68C8A6

Color information

#68C8A6 (or 0x68C8A6) is unknown color: approx Medium Aquamarine. HEX triplet: 68, C8 and A6. RGB value is (104,200,166). Sum of RGB (Red+Green+Blue) = 104+200+166=470 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.13% from 470); Green value is 200 (78.52% from 255 or 42.55% from 470); Blue value is 166 (65.23% from 255 or 35.32% from 470); Max value from RGB is 200 - color contains mainly: green. Hex color #68C8A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C8A6 is #973759. Grayscale: #A7A7A7. Windows color (decimal): -9910106 or 10930280. OLE color: 10930280.

HSL color Cylindrical-coordinate representation of color #68C8A6: hue angle of 158.75º 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 #68C8A6 is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB104200166-
CMYK0.4800.170.22
HSL158.75º46.6%59.61%-
HSV(B)158.75º48%78.43%-
XYZ33.254743.4-
YUV167.42127.282.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.13%
GREEN value IS 200 (78.52% from 255) = 42.55%
BLUE value IS 166 (65.23% from 255) = 35.32%
R=22.13%
G=42.55%
B=35.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1042001660.4800.170.22158.7546.659.61
Hex68C8A630011169f2f3c
Octal15031024660021262375774
Binary110100011001000101001101100000100011011010011111101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C8A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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