#68DEB2

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

Shades of Medium Aquamarine #68DEB2

Tints of Medium Aquamarine #68DEB2

Color information

#68DEB2 (or 0x68DEB2) is unknown color: approx Medium Aquamarine. HEX triplet: 68, DE and B2. RGB value is (104,222,178). Sum of RGB (Red+Green+Blue) = 104+222+178=504 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.63% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 222 - color contains mainly: green. Hex color #68DEB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DEB2 is #97214D. Grayscale: #B5B5B5. Windows color (decimal): -9904462 or 11722344. OLE color: 11722344.

HSL color Cylindrical-coordinate representation of color #68DEB2: hue angle of 157.63º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DEB2 is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB104222178-
CMYK0.5300.200.13
HSL157.63º64.13%63.92%-
HSV(B)157.63º53.15%87.06%-
XYZ39.8758.451.29-
YUV181.7125.9172.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.63%
GREEN value IS 222 (87.11% from 255) = 44.05%
BLUE value IS 178 (69.92% from 255) = 35.32%
R=20.63%
G=44.05%
B=35.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1042221780.5300.200.13157.6364.1363.92
Hex68DEB235014D9e4040
Octal1503362626502415236100100
Binary1101000110111101011001011010101010011011001111010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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