#68DBB0

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

Shades of Medium Aquamarine #68DBB0

Tints of Medium Aquamarine #68DBB0

Color information

#68DBB0 (or 0x68DBB0) is unknown color: approx Medium Aquamarine. HEX triplet: 68, DB and B0. RGB value is (104,219,176). Sum of RGB (Red+Green+Blue) = 104+219+176=499 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.84% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 176 (69.14% from 255 or 35.27% from 499); Max value from RGB is 219 - color contains mainly: green. Hex color #68DBB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DBB0 is #97244F. Grayscale: #B3B3B3. Windows color (decimal): -9905232 or 11590504. OLE color: 11590504.

HSL color Cylindrical-coordinate representation of color #68DBB0: hue angle of 157.57º 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 #68DBB0 is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB104219176-
CMYK0.5300.200.14
HSL157.57º61.5%63.33%-
HSV(B)157.57º52.51%85.88%-
XYZ38.8856.7449.98-
YUV179.71125.974-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.84%
GREEN value IS 219 (85.94% from 255) = 43.89%
BLUE value IS 176 (69.14% from 255) = 35.27%
R=20.84%
G=43.89%
B=35.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1042191760.5300.200.14157.5761.563.33
Hex68DBB035014E9e3d3f
Octal15033326065024162367577
Binary11010001101101110110000110101010100111010011110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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