#68DAD0

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

Shades of Downy #68DAD0

Tints of Downy #68DAD0

Color information

#68DAD0 (or 0x68DAD0) is unknown color: approx Downy. HEX triplet: 68, DA and D0. RGB value is (104,218,208). Sum of RGB (Red+Green+Blue) = 104+218+208=530 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.62% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 208 (81.64% from 255 or 39.25% from 530); Max value from RGB is 218 - color contains mainly: green. Hex color #68DAD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DAD0 is #97252F. Grayscale: #B6B6B6. Windows color (decimal): -9905456 or 13687400. OLE color: 13687400.

HSL color Cylindrical-coordinate representation of color #68DAD0: hue angle of 174.74º 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 #68DAD0 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB104218208-
CMYK0.5200.050.15
HSL174.74º60.64%63.14%-
HSV(B)174.74º52.29%85.49%-
XYZ42.1757.6468.58-
YUV182.77142.2371.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.62%
GREEN value IS 218 (85.55% from 255) = 41.13%
BLUE value IS 208 (81.64% from 255) = 39.25%
R=19.62%
G=41.13%
B=39.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1042182080.5200.050.15174.7460.6463.14
Hex68DAD03405Faf3d3f
Octal1503323206405172577577
Binary110100011011010110100001101000101111110101111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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