#68E5B2

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

Shades of Medium Aquamarine #68E5B2

Tints of Medium Aquamarine #68E5B2

Color information

#68E5B2 (or 0x68E5B2) is unknown color: approx Medium Aquamarine. HEX triplet: 68, E5 and B2. RGB value is (104,229,178). Sum of RGB (Red+Green+Blue) = 104+229+178=511 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.35% from 511); Green value is 229 (89.84% from 255 or 44.81% from 511); Blue value is 178 (69.92% from 255 or 34.83% from 511); Max value from RGB is 229 - color contains mainly: green. Hex color #68E5B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68E5B2 is #971A4D. Grayscale: #B9B9B9. Windows color (decimal): -9902670 or 11724136. OLE color: 11724136.

HSL color Cylindrical-coordinate representation of color #68E5B2: hue angle of 155.52º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E5B2 is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.10.

Color convert

RGB104229178-
CMYK0.5500.220.10
HSL155.52º70.62%65.29%-
HSV(B)155.52º54.59%89.8%-
XYZ41.7662.251.92-
YUV185.81123.5969.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.35%
GREEN value IS 229 (89.84% from 255) = 44.81%
BLUE value IS 178 (69.92% from 255) = 34.83%
R=20.35%
G=44.81%
B=34.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1042291780.5500.220.10155.5270.6265.29
Hex68E5B237016A9c4741
Octal1503452626702612234107101
Binary1101000111001011011001011011101011010101001110010001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68E5B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,229,178); }

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

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

 a { background-color: rgb(104,229,178); }

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

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

 span { border-color: rgb(104,229,178); }

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