#68D9C1

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

Shades of Downy #68D9C1

Tints of Downy #68D9C1

Color information

#68D9C1 (or 0x68D9C1) is unknown color: approx Downy. HEX triplet: 68, D9 and C1. RGB value is (104,217,193). Sum of RGB (Red+Green+Blue) = 104+217+193=514 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.23% from 514); Green value is 217 (85.16% from 255 or 42.22% from 514); Blue value is 193 (75.78% from 255 or 37.55% from 514); Max value from RGB is 217 - color contains mainly: green. Hex color #68D9C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D9C1 is #97263E. Grayscale: #B4B4B4. Windows color (decimal): -9905727 or 12704104. OLE color: 12704104.

HSL color Cylindrical-coordinate representation of color #68D9C1: hue angle of 167.26º 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 #68D9C1 is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB104217193-
CMYK0.5200.110.15
HSL167.26º59.79%62.94%-
HSV(B)167.26º52.07%85.1%-
XYZ40.1556.4259.23-
YUV180.48135.0673.45-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.23%
GREEN value IS 217 (85.16% from 255) = 42.22%
BLUE value IS 193 (75.78% from 255) = 37.55%
R=20.23%
G=42.22%
B=37.55%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1042171930.5200.110.15167.2659.7962.94
Hex68D9C1340BFa73c3f
Octal15033130164013172477477
Binary1101000110110011100000111010001011111110100111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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