#68F6C0

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

Shades of Aquamarine #68F6C0

Tints of Aquamarine #68F6C0

Color information

#68F6C0 (or 0x68F6C0) is unknown color: approx Aquamarine. HEX triplet: 68, F6 and C0. RGB value is (104,246,192). Sum of RGB (Red+Green+Blue) = 104+246+192=542 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.19% from 542); Green value is 246 (96.48% from 255 or 45.39% from 542); Blue value is 192 (75.39% from 255 or 35.42% from 542); Max value from RGB is 246 - color contains mainly: green. Hex color #68F6C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F6C0 is #97093F. Grayscale: #C5C5C5. Windows color (decimal): -9898304 or 12645992. OLE color: 12645992.

HSL color Cylindrical-coordinate representation of color #68F6C0: hue angle of 157.18º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F6C0 is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB104246192-
CMYK0.5800.220.04
HSL157.18º88.75%68.63%-
HSV(B)157.18º57.72%96.47%-
XYZ48.1872.6661.35-
YUV197.39124.9661.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.19%
GREEN value IS 246 (96.48% from 255) = 45.39%
BLUE value IS 192 (75.39% from 255) = 35.42%
R=19.19%
G=45.39%
B=35.42%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1042461920.5800.220.04157.1888.7568.63
Hex68F6C03A01649d5945
Octal150366300720264235131105
Binary110100011110110110000001110100101101001001110110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68F6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,246,192); }

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

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

 a { background-color: rgb(104,246,192); }

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

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

 span { border-color: rgb(104,246,192); }

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