#68DCB7

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

Shades of Downy #68DCB7

Tints of Downy #68DCB7

Color information

#68DCB7 (or 0x68DCB7) is unknown color: approx Downy. HEX triplet: 68, DC and B7. RGB value is (104,220,183). Sum of RGB (Red+Green+Blue) = 104+220+183=507 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.51% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 183 (71.88% from 255 or 36.09% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #68DCB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DCB7 is #972348. Grayscale: #B5B5B5. Windows color (decimal): -9904969 or 12049512. OLE color: 12049512.

HSL color Cylindrical-coordinate representation of color #68DCB7: hue angle of 160.86º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DCB7 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB104220183-
CMYK0.5300.170.14
HSL160.86º62.37%63.53%-
HSV(B)160.86º52.73%86.27%-
XYZ39.8557.5553.81-
YUV181.1129.0773.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.51%
GREEN value IS 220 (86.33% from 255) = 43.39%
BLUE value IS 183 (71.88% from 255) = 36.09%
R=20.51%
G=43.39%
B=36.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1042201830.5300.170.14160.8662.3763.53
Hex68DCB735011Ea13e40
Octal150334267650211624176100
Binary110100011011100101101111101010100011110101000011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,220,183); }

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

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

 a { background-color: rgb(104,220,183); }

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

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

 span { border-color: rgb(104,220,183); }

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