#68DDC8

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

Shades of Downy #68DDC8

Tints of Downy #68DDC8

Color information

#68DDC8 (or 0x68DDC8) is unknown color: approx Downy. HEX triplet: 68, DD and C8. RGB value is (104,221,200). Sum of RGB (Red+Green+Blue) = 104+221+200=525 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.81% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 200 (78.52% from 255 or 38.10% from 525); Max value from RGB is 221 - color contains mainly: green. Hex color #68DDC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DDC8 is #972237. Grayscale: #B7B7B7. Windows color (decimal): -9904696 or 13163880. OLE color: 13163880.

HSL color Cylindrical-coordinate representation of color #68DDC8: hue angle of 169.23º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DDC8 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB104221200-
CMYK0.5300.100.13
HSL169.23º63.24%63.73%-
HSV(B)169.23º52.94%86.67%-
XYZ41.9958.8363.79-
YUV183.62137.2471.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.81%
GREEN value IS 221 (86.72% from 255) = 42.10%
BLUE value IS 200 (78.52% from 255) = 38.10%
R=19.81%
G=42.10%
B=38.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1042212000.5300.100.13169.2363.2463.73
Hex68DDC8350ADa93f40
Octal150335310650121525177100
Binary11010001101110111001000110101010101101101010011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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