#68E7B1

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

Shades of Medium Aquamarine #68E7B1

Tints of Medium Aquamarine #68E7B1

Color information

#68E7B1 (or 0x68E7B1) is unknown color: approx Medium Aquamarine. HEX triplet: 68, E7 and B1. RGB value is (104,231,177). Sum of RGB (Red+Green+Blue) = 104+231+177=512 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.31% from 512); Green value is 231 (90.62% from 255 or 45.12% from 512); Blue value is 177 (69.53% from 255 or 34.57% from 512); Max value from RGB is 231 - color contains mainly: green. Hex color #68E7B1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68E7B1 is #97184E. Grayscale: #BABABA. Windows color (decimal): -9902159 or 11659112. OLE color: 11659112.

HSL color Cylindrical-coordinate representation of color #68E7B1: hue angle of 154.49º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E7B1 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB104231177-
CMYK0.5500.230.09
HSL154.49º72.57%65.69%-
HSV(B)154.49º54.98%90.59%-
XYZ42.2263.2751.58-
YUV186.87122.4268.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.31%
GREEN value IS 231 (90.62% from 255) = 45.12%
BLUE value IS 177 (69.53% from 255) = 34.57%
R=20.31%
G=45.12%
B=34.57%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1042311770.5500.230.09154.4972.5765.69
Hex68E7B13701799a4942
Octal1503472616702711232111102
Binary1101000111001111011000111011101011110011001101010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68E7B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,231,177); }

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

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

 a { background-color: rgb(104,231,177); }

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

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

 span { border-color: rgb(104,231,177); }

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