#68DCD2

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

Shades of Downy #68DCD2

Tints of Downy #68DCD2

Color information

#68DCD2 (or 0x68DCD2) is unknown color: approx Downy. HEX triplet: 68, DC and D2. RGB value is (104,220,210). Sum of RGB (Red+Green+Blue) = 104+220+210=534 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.48% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 210 (82.42% from 255 or 39.33% from 534); Max value from RGB is 220 - color contains mainly: green. Hex color #68DCD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DCD2 is #97232D. Grayscale: #B8B8B8. Windows color (decimal): -9904942 or 13818984. OLE color: 13818984.

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

Color convert

RGB104220210-
CMYK0.5300.050.14
HSL174.83º62.37%63.53%-
HSV(B)174.83º52.73%86.27%-
XYZ42.9358.7870.06-
YUV184.18142.5770.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.48%
GREEN value IS 220 (86.33% from 255) = 41.20%
BLUE value IS 210 (82.42% from 255) = 39.33%
R=19.48%
G=41.20%
B=39.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1042202100.5300.050.14174.8362.3763.53
Hex68DCD23505Eaf3e40
Octal15033432265051625776100
Binary1101000110111001101001011010101011110101011111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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