#68C3A4

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

Shades of Medium Aquamarine #68C3A4

Tints of Medium Aquamarine #68C3A4

Color information

#68C3A4 (or 0x68C3A4) is unknown color: approx Medium Aquamarine. HEX triplet: 68, C3 and A4. RGB value is (104,195,164). Sum of RGB (Red+Green+Blue) = 104+195+164=463 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.46% from 463); Green value is 195 (76.56% from 255 or 42.12% from 463); Blue value is 164 (64.45% from 255 or 35.42% from 463); Max value from RGB is 195 - color contains mainly: green. Hex color #68C3A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C3A4 is #973C5B. Grayscale: #A4A4A4. Windows color (decimal): -9911388 or 10797928. OLE color: 10797928.

HSL color Cylindrical-coordinate representation of color #68C3A4: hue angle of 159.56º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68C3A4 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB104195164-
CMYK0.4700.160.24
HSL159.56º43.13%58.63%-
HSV(B)159.56º46.67%76.47%-
XYZ31.9244.6542.06-
YUV164.26127.8585.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.46%
GREEN value IS 195 (76.56% from 255) = 42.12%
BLUE value IS 164 (64.45% from 255) = 35.42%
R=22.46%
G=42.12%
B=35.42%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1041951640.4700.160.24159.5643.1358.63
Hex68C3A42F01018a02b3b
Octal15030324457020302405373
Binary110100011000011101001001011110100001100010100000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C3A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,195,164); }

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

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

 a { background-color: rgb(104,195,164); }

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

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

 span { border-color: rgb(104,195,164); }

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