#68DDCF

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

Shades of Downy #68DDCF

Tints of Downy #68DDCF

Color information

#68DDCF (or 0x68DDCF) is unknown color: approx Downy. HEX triplet: 68, DD and CF. RGB value is (104,221,207). Sum of RGB (Red+Green+Blue) = 104+221+207=532 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.55% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 221 - color contains mainly: green. Hex color #68DDCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DDCF is #972230. Grayscale: #B8B8B8. Windows color (decimal): -9904689 or 13622632. OLE color: 13622632.

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

Color convert

RGB104221207-
CMYK0.5300.060.13
HSL172.82º63.24%63.73%-
HSV(B)172.82º52.94%86.67%-
XYZ42.8359.1668.19-
YUV184.42140.7470.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.55%
GREEN value IS 221 (86.72% from 255) = 41.54%
BLUE value IS 207 (81.25% from 255) = 38.91%
R=19.55%
G=41.54%
B=38.91%

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
Decimal1042212070.5300.060.13172.8263.2463.73
Hex68DDCF3506Dad3f40
Octal15033531765061525577100
Binary1101000110111011100111111010101101101101011011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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