#68EB97

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

Shades of Medium Aquamarine #68EB97

Tints of Medium Aquamarine #68EB97

Color information

#68EB97 (or 0x68EB97) is unknown color: approx Medium Aquamarine. HEX triplet: 68, EB and 97. RGB value is (104,235,151). Sum of RGB (Red+Green+Blue) = 104+235+151=490 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.22% from 490); Green value is 235 (92.19% from 255 or 47.96% from 490); Blue value is 151 (59.38% from 255 or 30.82% from 490); Max value from RGB is 235 - color contains mainly: green. Hex color #68EB97 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EB97 is #971468. Grayscale: #BABABA. Windows color (decimal): -9901161 or 9956200. OLE color: 9956200.

HSL color Cylindrical-coordinate representation of color #68EB97: hue angle of 141.53º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EB97 is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB104235151-
CMYK0.5600.360.08
HSL141.53º76.61%66.47%-
HSV(B)141.53º55.74%92.16%-
XYZ4164.5939.58-
YUV186.26108.169.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.22%
GREEN value IS 235 (92.19% from 255) = 47.96%
BLUE value IS 151 (59.38% from 255) = 30.82%
R=21.22%
G=47.96%
B=30.82%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1042351510.5600.360.08141.5376.6166.47
Hex68EB973802488e4d42
Octal1503532277004410216115102
Binary11010001110101110010111111000010010010001000111010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68EB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,235,151); }

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

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

 a { background-color: rgb(104,235,151); }

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

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

 span { border-color: rgb(104,235,151); }

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