#68EF9D

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

Shades of Medium Aquamarine #68EF9D

Tints of Medium Aquamarine #68EF9D

Color information

#68EF9D (or 0x68EF9D) is unknown color: approx Medium Aquamarine. HEX triplet: 68, EF and 9D. RGB value is (104,239,157). Sum of RGB (Red+Green+Blue) = 104+239+157=500 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.8% from 500); Green value is 239 (93.75% from 255 or 47.8% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 239 - color contains mainly: green. Hex color #68EF9D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EF9D is #971062. Grayscale: #BDBDBD. Windows color (decimal): -9900131 or 10350440. OLE color: 10350440.

HSL color Cylindrical-coordinate representation of color #68EF9D: hue angle of 143.56º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EF9D is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB104239157-
CMYK0.5600.340.06
HSL143.56º80.84%67.25%-
HSV(B)143.56º56.49%93.73%-
XYZ42.6667.1142.6-
YUV189.29109.7767.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.8%
GREEN value IS 239 (93.75% from 255) = 47.8%
BLUE value IS 157 (61.72% from 255) = 31.4%
R=20.8%
G=47.8%
B=31.4%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1042391570.5600.340.06143.5680.8467.25
Hex68EF9D380226905143
Octal150357235700426220121103
Binary1101000111011111001110111100001000101101001000010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68EF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,239,157); }

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

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

 a { background-color: rgb(104,239,157); }

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

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

 span { border-color: rgb(104,239,157); }

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