#68E1B1

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

Shades of Medium Aquamarine #68E1B1

Tints of Medium Aquamarine #68E1B1

Color information

#68E1B1 (or 0x68E1B1) is unknown color: approx Medium Aquamarine. HEX triplet: 68, E1 and B1. RGB value is (104,225,177). Sum of RGB (Red+Green+Blue) = 104+225+177=506 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.55% from 506); Green value is 225 (88.28% from 255 or 44.47% from 506); Blue value is 177 (69.53% from 255 or 34.98% from 506); Max value from RGB is 225 - color contains mainly: green. Hex color #68E1B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68E1B1 is #971E4E. Grayscale: #B7B7B7. Windows color (decimal): -9903695 or 11657576. OLE color: 11657576.

HSL color Cylindrical-coordinate representation of color #68E1B1: hue angle of 156.2º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68E1B1 is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB104225177-
CMYK0.5400.210.12
HSL156.2º66.85%64.51%-
HSV(B)156.2º53.78%88.24%-
XYZ40.5759.9751.03-
YUV183.35124.4171.4-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.55%
GREEN value IS 225 (88.28% from 255) = 44.47%
BLUE value IS 177 (69.53% from 255) = 34.98%
R=20.55%
G=44.47%
B=34.98%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1042251770.5400.210.12156.266.8564.51
Hex68E1B136015C9c4341
Octal1503412616602514234103101
Binary1101000111000011011000111011001010111001001110010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68E1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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