#68DFCE

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

Shades of Downy #68DFCE

Tints of Downy #68DFCE

Color information

#68DFCE (or 0x68DFCE) is unknown color: approx Downy. HEX triplet: 68, DF and CE. RGB value is (104,223,206). Sum of RGB (Red+Green+Blue) = 104+223+206=533 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.51% from 533); Green value is 223 (87.5% from 255 or 41.84% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 223 - color contains mainly: green. Hex color #68DFCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DFCE is #972031. Grayscale: #B9B9B9. Windows color (decimal): -9904178 or 13557608. OLE color: 13557608.

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

Color convert

RGB104223206-
CMYK0.5300.080.13
HSL171.43º65.03%64.12%-
HSV(B)171.43º53.36%87.45%-
XYZ43.2460.1767.73-
YUV185.48139.5869.88-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.51%
GREEN value IS 223 (87.5% from 255) = 41.84%
BLUE value IS 206 (80.86% from 255) = 38.65%
R=19.51%
G=41.84%
B=38.65%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1042232060.5300.080.13171.4365.0364.12
Hex68DFCE3508Dab4140
Octal1503373166501015253101100
Binary110100011011111110011101101010100011011010101110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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