#68F6C1

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

Shades of Aquamarine #68F6C1

Tints of Aquamarine #68F6C1

Color information

#68F6C1 (or 0x68F6C1) is unknown color: approx Aquamarine. HEX triplet: 68, F6 and C1. RGB value is (104,246,193). Sum of RGB (Red+Green+Blue) = 104+246+193=543 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.15% from 543); Green value is 246 (96.48% from 255 or 45.30% from 543); Blue value is 193 (75.78% from 255 or 35.54% from 543); Max value from RGB is 246 - color contains mainly: green. Hex color #68F6C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F6C1 is #97093E. Grayscale: #C5C5C5. Windows color (decimal): -9898303 or 12711528. OLE color: 12711528.

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

Color convert

RGB104246193-
CMYK0.5800.220.04
HSL157.61º88.75%68.63%-
HSV(B)157.61º57.72%96.47%-
XYZ48.2972.761.94-
YUV197.5125.4661.31-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.15%
GREEN value IS 246 (96.48% from 255) = 45.30%
BLUE value IS 193 (75.78% from 255) = 35.54%
R=19.15%
G=45.30%
B=35.54%

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
Decimal1042461930.5800.220.04157.6188.7568.63
Hex68F6C13A01649e5945
Octal150366301720264236131105
Binary110100011110110110000011110100101101001001111010110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68F6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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