#68DFC3

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

Shades of Downy #68DFC3

Tints of Downy #68DFC3

Color information

#68DFC3 (or 0x68DFC3) is unknown color: approx Downy. HEX triplet: 68, DF and C3. RGB value is (104,223,195). Sum of RGB (Red+Green+Blue) = 104+223+195=522 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.92% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 195 (76.56% from 255 or 37.36% from 522); Max value from RGB is 223 - color contains mainly: green. Hex color #68DFC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DFC3 is #97203C. Grayscale: #B8B8B8. Windows color (decimal): -9904189 or 12836712. OLE color: 12836712.

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

Color convert

RGB104223195-
CMYK0.5300.130.13
HSL165.88º65.03%64.12%-
HSV(B)165.88º53.36%87.45%-
XYZ41.9559.6660.93-
YUV184.23134.0870.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.92%
GREEN value IS 223 (87.5% from 255) = 42.72%
BLUE value IS 195 (76.56% from 255) = 37.36%
R=19.92%
G=42.72%
B=37.36%

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
Decimal1042231950.5300.130.13165.8865.0364.12
Hex68DFC3350DDa64140
Octal1503373036501515246101100
Binary110100011011111110000111101010110111011010011010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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