#68C7A7

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

Shades of Medium Aquamarine #68C7A7

Tints of Medium Aquamarine #68C7A7

Color information

#68C7A7 (or 0x68C7A7) is unknown color: approx Medium Aquamarine. HEX triplet: 68, C7 and A7. RGB value is (104,199,167). Sum of RGB (Red+Green+Blue) = 104+199+167=470 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.13% from 470); Green value is 199 (78.12% from 255 or 42.34% from 470); Blue value is 167 (65.62% from 255 or 35.53% from 470); Max value from RGB is 199 - color contains mainly: green. Hex color #68C7A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C7A7 is #973858. Grayscale: #A6A6A6. Windows color (decimal): -9910361 or 10995560. OLE color: 10995560.

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

Color convert

RGB104199167-
CMYK0.4800.160.22
HSL159.79º45.89%59.41%-
HSV(B)159.79º47.74%78.04%-
XYZ33.1146.5843.81-
YUV166.95128.0383.1-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.13%
GREEN value IS 199 (78.12% from 255) = 42.34%
BLUE value IS 167 (65.62% from 255) = 35.53%
R=22.13%
G=42.34%
B=35.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1041991670.4800.160.22159.7945.8959.41
Hex68C7A73001016a02e3b
Octal15030724760020262405673
Binary110100011000111101001111100000100001011010100000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C7A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,199,167); }

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

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

 a { background-color: rgb(104,199,167); }

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

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

 span { border-color: rgb(104,199,167); }

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