#68DFC0

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

Shades of Downy #68DFC0

Tints of Downy #68DFC0

Color information

#68DFC0 (or 0x68DFC0) is unknown color: approx Downy. HEX triplet: 68, DF and C0. RGB value is (104,223,192). Sum of RGB (Red+Green+Blue) = 104+223+192=519 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.04% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 223 - color contains mainly: green. Hex color #68DFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DFC0 is #97203F. Grayscale: #B7B7B7. Windows color (decimal): -9904192 or 12640104. OLE color: 12640104.

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

Color convert

RGB104223192-
CMYK0.5300.140.13
HSL164.37º65.03%64.12%-
HSV(B)164.37º53.36%87.45%-
XYZ41.6159.5259.17-
YUV183.88132.5871.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.04%
GREEN value IS 223 (87.5% from 255) = 42.97%
BLUE value IS 192 (75.39% from 255) = 36.99%
R=20.04%
G=42.97%
B=36.99%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1042231920.5300.140.13164.3765.0364.12
Hex68DFC0350EDa44140
Octal1503373006501615244101100
Binary110100011011111110000001101010111011011010010010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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