#68D5B7

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

Shades of Downy #68D5B7

Tints of Downy #68D5B7

Color information

#68D5B7 (or 0x68D5B7) is unknown color: approx Downy. HEX triplet: 68, D5 and B7. RGB value is (104,213,183). Sum of RGB (Red+Green+Blue) = 104+213+183=500 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.8% from 500); Green value is 213 (83.59% from 255 or 42.6% from 500); Blue value is 183 (71.88% from 255 or 36.6% from 500); Max value from RGB is 213 - color contains mainly: green. Hex color #68D5B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D5B7 is #972A48. Grayscale: #B0B0B0. Windows color (decimal): -9906761 or 12047720. OLE color: 12047720.

HSL color Cylindrical-coordinate representation of color #68D5B7: hue angle of 163.49º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D5B7 is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB104213183-
CMYK0.5100.140.16
HSL163.49º56.48%62.16%-
HSV(B)163.49º51.17%83.53%-
XYZ38.0553.9553.21-
YUV176.99131.3975.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.8%
GREEN value IS 213 (83.59% from 255) = 42.6%
BLUE value IS 183 (71.88% from 255) = 36.6%
R=20.8%
G=42.6%
B=36.6%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1042131830.5100.140.16163.4956.4862.16
Hex68D5B7330E10a3383e
Octal15032526763016202437076
Binary11010001101010110110111110011011101000010100011111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D5B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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