#68D7C0

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

Shades of Downy #68D7C0

Tints of Downy #68D7C0

Color information

#68D7C0 (or 0x68D7C0) is unknown color: approx Downy. HEX triplet: 68, D7 and C0. RGB value is (104,215,192). Sum of RGB (Red+Green+Blue) = 104+215+192=511 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.35% from 511); Green value is 215 (84.38% from 255 or 42.07% from 511); Blue value is 192 (75.39% from 255 or 37.57% from 511); Max value from RGB is 215 - color contains mainly: green. Hex color #68D7C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D7C0 is #97283F. Grayscale: #B3B3B3. Windows color (decimal): -9906240 or 12638056. OLE color: 12638056.

HSL color Cylindrical-coordinate representation of color #68D7C0: hue angle of 167.57º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68D7C0 is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB104215192-
CMYK0.5200.110.16
HSL167.57º58.12%62.55%-
HSV(B)167.57º51.63%84.31%-
XYZ39.5255.3558.47-
YUV179.19135.2374.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.35%
GREEN value IS 215 (84.38% from 255) = 42.07%
BLUE value IS 192 (75.39% from 255) = 37.57%
R=20.35%
G=42.07%
B=37.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1042151920.5200.110.16167.5758.1262.55
Hex68D7C0340B10a83a3f
Octal15032730064013202507277
Binary11010001101011111000000110100010111000010101000111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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