#68DCC8

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

Shades of Downy #68DCC8

Tints of Downy #68DCC8

Color information

#68DCC8 (or 0x68DCC8) is unknown color: approx Downy. HEX triplet: 68, DC and C8. RGB value is (104,220,200). Sum of RGB (Red+Green+Blue) = 104+220+200=524 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.85% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 200 (78.52% from 255 or 38.17% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #68DCC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DCC8 is #972337. Grayscale: #B6B6B6. Windows color (decimal): -9904952 or 13163624. OLE color: 13163624.

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

Color convert

RGB104220200-
CMYK0.5300.090.14
HSL169.66º62.37%63.53%-
HSV(B)169.66º52.73%86.27%-
XYZ41.7358.363.7-
YUV183.04137.5771.63-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.85%
GREEN value IS 220 (86.33% from 255) = 41.98%
BLUE value IS 200 (78.52% from 255) = 38.17%
R=19.85%
G=41.98%
B=38.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1042202000.5300.090.14169.6662.3763.53
Hex68DCC83509Eaa3e40
Octal150334310650111625276100
Binary11010001101110011001000110101010011110101010101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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