#68DDC1

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

Shades of Downy #68DDC1

Tints of Downy #68DDC1

Color information

#68DDC1 (or 0x68DDC1) is unknown color: approx Downy. HEX triplet: 68, DD and C1. RGB value is (104,221,193). Sum of RGB (Red+Green+Blue) = 104+221+193=518 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.08% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 193 (75.78% from 255 or 37.26% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #68DDC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DDC1 is #97223E. Grayscale: #B6B6B6. Windows color (decimal): -9904703 or 12705128. OLE color: 12705128.

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

Color convert

RGB104221193-
CMYK0.5300.130.13
HSL165.64º63.24%63.73%-
HSV(B)165.64º52.94%86.67%-
XYZ41.1958.5159.57-
YUV182.82133.7471.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.08%
GREEN value IS 221 (86.72% from 255) = 42.66%
BLUE value IS 193 (75.78% from 255) = 37.26%
R=20.08%
G=42.66%
B=37.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1042211930.5300.130.13165.6463.2463.73
Hex68DDC1350DDa63f40
Octal150335301650151524677100
Binary11010001101110111000001110101011011101101001101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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