#68D79F

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

Shades of Medium Aquamarine #68D79F

Tints of Medium Aquamarine #68D79F

Color information

#68D79F (or 0x68D79F) is unknown color: approx Medium Aquamarine. HEX triplet: 68, D7 and 9F. RGB value is (104,215,159). Sum of RGB (Red+Green+Blue) = 104+215+159=478 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.76% from 478); Green value is 215 (84.38% from 255 or 44.98% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 215 - color contains mainly: green. Hex color #68D79F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D79F is #972860. Grayscale: #AFAFAF. Windows color (decimal): -9906273 or 10475368. OLE color: 10475368.

HSL color Cylindrical-coordinate representation of color #68D79F: hue angle of 149.73º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68D79F is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB104215159-
CMYK0.5200.260.16
HSL149.73º58.12%62.55%-
HSV(B)149.73º51.63%84.31%-
XYZ36.2754.0541.32-
YUV175.43118.7377.05-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.76%
GREEN value IS 215 (84.38% from 255) = 44.98%
BLUE value IS 159 (62.5% from 255) = 33.26%
R=21.76%
G=44.98%
B=33.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1042151590.5200.260.16149.7358.1262.55
Hex68D79F3401A10963a3f
Octal15032723764032202267277
Binary110100011010111100111111101000110101000010010110111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,215,159); }

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

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

 a { background-color: rgb(104,215,159); }

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

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

 span { border-color: rgb(104,215,159); }

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