#68DFC2

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

Shades of Downy #68DFC2

Tints of Downy #68DFC2

Color information

#68DFC2 (or 0x68DFC2) is unknown color: approx Downy. HEX triplet: 68, DF and C2. RGB value is (104,223,194). Sum of RGB (Red+Green+Blue) = 104+223+194=521 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.96% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 194 (76.17% from 255 or 37.24% from 521); Max value from RGB is 223 - color contains mainly: green. Hex color #68DFC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DFC2 is #97203D. Grayscale: #B8B8B8. Windows color (decimal): -9904190 or 12771176. OLE color: 12771176.

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

Color convert

RGB104223194-
CMYK0.5300.130.13
HSL165.38º65.03%64.12%-
HSV(B)165.38º53.36%87.45%-
XYZ41.8359.6160.34-
YUV184.11133.5870.86-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.96%
GREEN value IS 223 (87.5% from 255) = 42.80%
BLUE value IS 194 (76.17% from 255) = 37.24%
R=19.96%
G=42.80%
B=37.24%

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
Decimal1042231940.5300.130.13165.3865.0364.12
Hex68DFC2350DDa54140
Octal1503373026501515245101100
Binary110100011011111110000101101010110111011010010110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,223,194); }

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

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

 a { background-color: rgb(104,223,194); }

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

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

 span { border-color: rgb(104,223,194); }

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