#68DAC8

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

Shades of Downy #68DAC8

Tints of Downy #68DAC8

Color information

#68DAC8 (or 0x68DAC8) is unknown color: approx Downy. HEX triplet: 68, DA and C8. RGB value is (104,218,200). Sum of RGB (Red+Green+Blue) = 104+218+200=522 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.92% from 522); Green value is 218 (85.55% from 255 or 41.76% from 522); Blue value is 200 (78.52% from 255 or 38.31% from 522); Max value from RGB is 218 - color contains mainly: green. Hex color #68DAC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DAC8 is #972537. Grayscale: #B5B5B5. Windows color (decimal): -9905464 or 13163112. OLE color: 13163112.

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

Color convert

RGB104218200-
CMYK0.5200.080.15
HSL170.53º60.64%63.14%-
HSV(B)170.53º52.29%85.49%-
XYZ41.2157.2663.52-
YUV181.86138.2372.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.92%
GREEN value IS 218 (85.55% from 255) = 41.76%
BLUE value IS 200 (78.52% from 255) = 38.31%
R=19.92%
G=41.76%
B=38.31%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1042182000.5200.080.15170.5360.6463.14
Hex68DAC83408Fab3d3f
Octal15033231064010172537577
Binary1101000110110101100100011010001000111110101011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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