#68DBAE

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

Shades of Medium Aquamarine #68DBAE

Tints of Medium Aquamarine #68DBAE

Color information

#68DBAE (or 0x68DBAE) is unknown color: approx Medium Aquamarine. HEX triplet: 68, DB and AE. RGB value is (104,219,174). Sum of RGB (Red+Green+Blue) = 104+219+174=497 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.93% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 174 (68.36% from 255 or 35.01% from 497); Max value from RGB is 219 - color contains mainly: green. Hex color #68DBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DBAE is #972451. Grayscale: #B3B3B3. Windows color (decimal): -9905234 or 11459432. OLE color: 11459432.

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

Color convert

RGB104219174-
CMYK0.5300.210.14
HSL156.52º61.5%63.33%-
HSV(B)156.52º52.51%85.88%-
XYZ38.6856.6648.94-
YUV179.48124.974.16-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.93%
GREEN value IS 219 (85.94% from 255) = 44.06%
BLUE value IS 174 (68.36% from 255) = 35.01%
R=20.93%
G=44.06%
B=35.01%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1042191740.5300.210.14156.5261.563.33
Hex68DBAE35015E9d3d3f
Octal15033325665025162357577
Binary11010001101101110101110110101010101111010011101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,219,174); }

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

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

 a { background-color: rgb(104,219,174); }

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

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

 span { border-color: rgb(104,219,174); }

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