#68DAD1

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

Shades of Downy #68DAD1

Tints of Downy #68DAD1

Color information

#68DAD1 (or 0x68DAD1) is unknown color: approx Downy. HEX triplet: 68, DA and D1. RGB value is (104,218,209). Sum of RGB (Red+Green+Blue) = 104+218+209=531 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.59% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 209 (82.03% from 255 or 39.36% from 531); Max value from RGB is 218 - color contains mainly: green. Hex color #68DAD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DAD1 is #97252E. Grayscale: #B6B6B6. Windows color (decimal): -9905455 or 13752936. OLE color: 13752936.

HSL color Cylindrical-coordinate representation of color #68DAD1: hue angle of 175.26º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68DAD1 is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB104218209-
CMYK0.5200.040.15
HSL175.26º60.64%63.14%-
HSV(B)175.26º52.29%85.49%-
XYZ42.2957.6969.23-
YUV182.89142.7371.73-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.59%
GREEN value IS 218 (85.55% from 255) = 41.05%
BLUE value IS 209 (82.03% from 255) = 39.36%
R=19.59%
G=41.05%
B=39.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1042182090.5200.040.15175.2660.6463.14
Hex68DAD13404Faf3d3f
Octal1503323216404172577577
Binary110100011011010110100011101000100111110101111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,218,209); }

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

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

 a { background-color: rgb(104,218,209); }

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

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

 span { border-color: rgb(104,218,209); }

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