#68C2BC

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

Shades of Downy #68C2BC

Tints of Downy #68C2BC

Color information

#68C2BC (or 0x68C2BC) is unknown color: approx Downy. HEX triplet: 68, C2 and BC. RGB value is (104,194,188). Sum of RGB (Red+Green+Blue) = 104+194+188=486 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.40% from 486); Green value is 194 (76.17% from 255 or 39.92% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 194 - color contains mainly: green. Hex color #68C2BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C2BC is #973D43. Grayscale: #A6A6A6. Windows color (decimal): -9911620 or 12370536. OLE color: 12370536.

HSL color Cylindrical-coordinate representation of color #68C2BC: hue angle of 176º 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 #68C2BC is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB104194188-
CMYK0.4600.030.24
HSL176º42.45%58.43%-
HSV(B)176º46.39%76.08%-
XYZ34.0845.1654.5-
YUV166.41140.1883.49-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.40%
GREEN value IS 194 (76.17% from 255) = 39.92%
BLUE value IS 188 (73.83% from 255) = 38.68%
R=21.40%
G=39.92%
B=38.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1041941880.4600.030.2417642.4558.43
Hex68C2BC2E0318b02a3a
Octal1503022745603302605272
Binary110100011000010101111001011100111100010110000101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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