#68C3A0

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

Shades of Medium Aquamarine #68C3A0

Tints of Medium Aquamarine #68C3A0

Color information

#68C3A0 (or 0x68C3A0) is unknown color: approx Medium Aquamarine. HEX triplet: 68, C3 and A0. RGB value is (104,195,160). Sum of RGB (Red+Green+Blue) = 104+195+160=459 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.66% from 459); Green value is 195 (76.56% from 255 or 42.48% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 195 - color contains mainly: green. Hex color #68C3A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C3A0 is #973C5F. Grayscale: #A3A3A3. Windows color (decimal): -9911392 or 10535784. OLE color: 10535784.

HSL color Cylindrical-coordinate representation of color #68C3A0: hue angle of 156.92º 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 #68C3A0 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB104195160-
CMYK0.4700.180.24
HSL156.92º43.13%58.63%-
HSV(B)156.92º46.67%76.47%-
XYZ31.5744.5140.19-
YUV163.8125.8585.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.66%
GREEN value IS 195 (76.56% from 255) = 42.48%
BLUE value IS 160 (62.89% from 255) = 34.86%
R=22.66%
G=42.48%
B=34.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1041951600.4700.180.24156.9243.1358.63
Hex68C3A02F012189d2b3b
Octal15030324057022302355373
Binary110100011000011101000001011110100101100010011101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C3A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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