#68C2BF

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

Shades of Downy #68C2BF

Tints of Downy #68C2BF

Color information

#68C2BF (or 0x68C2BF) is unknown color: approx Downy. HEX triplet: 68, C2 and BF. RGB value is (104,194,191). Sum of RGB (Red+Green+Blue) = 104+194+191=489 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.27% from 489); Green value is 194 (76.17% from 255 or 39.67% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 194 - color contains mainly: green. Hex color #68C2BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C2BF is #973D40. Grayscale: #A6A6A6. Windows color (decimal): -9911617 or 12567144. OLE color: 12567144.

HSL color Cylindrical-coordinate representation of color #68C2BF: hue angle of 178º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68C2BF is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB104194191-
CMYK0.4600.020.24
HSL178º42.45%58.43%-
HSV(B)178º46.39%76.08%-
XYZ34.445.2956.22-
YUV166.75141.6883.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.27%
GREEN value IS 194 (76.17% from 255) = 39.67%
BLUE value IS 191 (75% from 255) = 39.06%
R=21.27%
G=39.67%
B=39.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1041941910.4600.020.2417842.4558.43
Hex68C2BF2E0218b22a3a
Octal1503022775602302625272
Binary110100011000010101111111011100101100010110010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,194,191); }

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

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

 a { background-color: rgb(104,194,191); }

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

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

 span { border-color: rgb(104,194,191); }

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