#68DCB2

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

Shades of Medium Aquamarine #68DCB2

Tints of Medium Aquamarine #68DCB2

Color information

#68DCB2 (or 0x68DCB2) is unknown color: approx Medium Aquamarine. HEX triplet: 68, DC and B2. RGB value is (104,220,178). Sum of RGB (Red+Green+Blue) = 104+220+178=502 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.72% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 178 (69.92% from 255 or 35.46% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #68DCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DCB2 is #97234D. Grayscale: #B4B4B4. Windows color (decimal): -9904974 or 11721832. OLE color: 11721832.

HSL color Cylindrical-coordinate representation of color #68DCB2: hue angle of 158.28º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DCB2 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB104220178-
CMYK0.5300.190.14
HSL158.28º62.37%63.53%-
HSV(B)158.28º52.73%86.27%-
XYZ39.3457.3451.11-
YUV180.53126.5773.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.72%
GREEN value IS 220 (86.33% from 255) = 43.82%
BLUE value IS 178 (69.92% from 255) = 35.46%
R=20.72%
G=43.82%
B=35.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1042201780.5300.190.14158.2862.3763.53
Hex68DCB235013E9e3e40
Octal150334262650231623676100
Binary110100011011100101100101101010100111110100111101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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