#68DDD0

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

Shades of Downy #68DDD0

Tints of Downy #68DDD0

Color information

#68DDD0 (or 0x68DDD0) is unknown color: approx Downy. HEX triplet: 68, DD and D0. RGB value is (104,221,208). Sum of RGB (Red+Green+Blue) = 104+221+208=533 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.51% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 208 (81.64% from 255 or 39.02% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #68DDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DDD0 is #97222F. Grayscale: #B8B8B8. Windows color (decimal): -9904688 or 13688168. OLE color: 13688168.

HSL color Cylindrical-coordinate representation of color #68DDD0: hue angle of 173.33º 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 #68DDD0 is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB104221208-
CMYK0.5300.060.13
HSL173.33º63.24%63.73%-
HSV(B)173.33º52.94%86.67%-
XYZ42.9559.2168.84-
YUV184.54141.2470.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.51%
GREEN value IS 221 (86.72% from 255) = 41.46%
BLUE value IS 208 (81.64% from 255) = 39.02%
R=19.51%
G=41.46%
B=39.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1042212080.5300.060.13173.3363.2463.73
Hex68DDD03506Dad3f40
Octal15033532065061525577100
Binary1101000110111011101000011010101101101101011011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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