#68D9C0

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

Shades of Downy #68D9C0

Tints of Downy #68D9C0

Color information

#68D9C0 (or 0x68D9C0) is unknown color: approx Downy. HEX triplet: 68, D9 and C0. RGB value is (104,217,192). Sum of RGB (Red+Green+Blue) = 104+217+192=513 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.27% from 513); Green value is 217 (85.16% from 255 or 42.30% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 217 - color contains mainly: green. Hex color #68D9C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D9C0 is #97263F. Grayscale: #B4B4B4. Windows color (decimal): -9905728 or 12638568. OLE color: 12638568.

HSL color Cylindrical-coordinate representation of color #68D9C0: hue angle of 166.73º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68D9C0 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB104217192-
CMYK0.5200.120.15
HSL166.73º59.79%62.94%-
HSV(B)166.73º52.07%85.1%-
XYZ40.0456.3758.64-
YUV180.36134.5673.53-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.27%
GREEN value IS 217 (85.16% from 255) = 42.30%
BLUE value IS 192 (75.39% from 255) = 37.43%
R=20.27%
G=42.30%
B=37.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1042171920.5200.120.15166.7359.7962.94
Hex68D9C0340CFa73c3f
Octal15033130064014172477477
Binary1101000110110011100000011010001100111110100111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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