#68F6C2

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

Shades of Aquamarine #68F6C2

Tints of Aquamarine #68F6C2

Color information

#68F6C2 (or 0x68F6C2) is unknown color: approx Aquamarine. HEX triplet: 68, F6 and C2. RGB value is (104,246,194). Sum of RGB (Red+Green+Blue) = 104+246+194=544 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.12% from 544); Green value is 246 (96.48% from 255 or 45.22% from 544); Blue value is 194 (76.17% from 255 or 35.66% from 544); Max value from RGB is 246 - color contains mainly: green. Hex color #68F6C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F6C2 is #97093D. Grayscale: #C5C5C5. Windows color (decimal): -9898302 or 12777064. OLE color: 12777064.

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

Color convert

RGB104246194-
CMYK0.5800.210.04
HSL158.03º88.75%68.63%-
HSV(B)158.03º57.72%96.47%-
XYZ48.472.7562.53-
YUV197.61125.9661.23-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.12%
GREEN value IS 246 (96.48% from 255) = 45.22%
BLUE value IS 194 (76.17% from 255) = 35.66%
R=19.12%
G=45.22%
B=35.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1042461940.5800.210.04158.0388.7568.63
Hex68F6C23A01549e5945
Octal150366302720254236131105
Binary110100011110110110000101110100101011001001111010110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68F6C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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